From 672a9f9d36bc1329a2b9de255e87e941c422954b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 24 Sep 2019 08:54:10 +0300 Subject: [PATCH] Use v0.1.0 of page/github-project-automation-plus To fix the automation --- .github/workflows/issue-or-pr-opened.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-or-pr-opened.yml b/.github/workflows/issue-or-pr-opened.yml index b4edea234..80effa1e5 100644 --- a/.github/workflows/issue-or-pr-opened.yml +++ b/.github/workflows/issue-or-pr-opened.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Add issue/PR to project if: github.event.action == 'opened' - uses: alex-page/github-project-automation-plus@v0.0.3 + uses: alex-page/github-project-automation-plus@v0.1.0 with: project: Pillow column: New Issues