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.
2 parents 09f7121 + 4a1e33f commit e358db1Copy full SHA for e358db1
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/automate-project-columns@master
+ uses: alex-page/github-project-automation-plus@master
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