We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3144d4b commit fa53727Copy full SHA for fa53727
README.md
@@ -29,15 +29,15 @@ jobs:
29
steps:
30
- name: Move new issues into Triage
31
if: github.event_name == 'issues' && github.event.action == 'opened'
32
- uses: alex-page/github-project-automation-plus@v0.0.3
+ uses: alex-page/github-project-automation-plus@v0.1.0
33
with:
34
project: Backlog
35
column: Triage
36
repo-token: ${{ secrets.GITHUB_TOKEN }}
37
38
- name: Move assinged pull requests into To do
39
if: github.event_name == 'pull_request' && github.event.action == 'assigned'
40
41
42
43
column: To do
0 commit comments