Skip to content

Commit

Permalink
Add support for user projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Page committed Sep 24, 2019
1 parent 3144d4b commit fa53727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
steps:
- name: Move new issues into Triage
if: github.event_name == 'issues' && 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: Backlog
column: Triage
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Move assinged pull requests into To do
if: github.event_name == 'pull_request' && github.event.action == 'assigned'
uses: alex-page/github-project-automation-plus@v0.0.3
uses: alex-page/github-project-automation-plus@v0.1.0
with:
project: Backlog
column: To do
Expand Down

0 comments on commit fa53727

Please sign in to comment.