Skip to content

Commit

Permalink
Merge branch 'improvement/github-backlog-automation' into q/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Sep 4, 2019
2 parents 18b386d + e5d4be8 commit 917b76a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/backlog-automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add issues to Priorities project

on: [issues]

jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- name: Move new issues into 'Needs triage'
if: github.event_name == 'issues' && github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@master
with:
project: Priorities
column: 'Needs triage'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 917b76a

Please sign in to comment.