Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Update project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Sarrouy authored Sep 7, 2019
1 parent 8426b37 commit f77c866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name: GitHub Project Automation
on: [issues, pull_request]

jobs:
automate-project-columns:
dispatch-new-issues-and-pull-requests:
runs-on: ubuntu-latest
steps:
- name: Move new issues into Triage
- name: Move new issues into Triage column
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@master
with:
project: Fundraising
column: Triage
repo-token: ${{ secrets.GITHUB_PROJECT_AUTOMATION}}

- name: Move new PR into Triage
- name: Move new PR into To Review column
if: github.event_name == 'pull_request' && github.event.action == 'assigned'
uses: alex-page/github-project-automation-plus@master
with:
project: Fundraising
column: Triage
column: To Review
repo-token: ${{ secrets.GITHUB_PROJECT_AUTOMATION }}

0 comments on commit f77c866

Please sign in to comment.