Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from githubtraining/automate-issues
Browse files Browse the repository at this point in the history
Add issue triage action
  • Loading branch information
brianamarie authored Nov 28, 2019
2 parents bf4badf + c2841e4 commit fe0d8d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/new-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Move new issues into Triage

on:
issues:
types: [opened, reopened]

jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.1.0
with:
project: Learning Lab Course maintenance
column: Triage
repo-token: ${{ secrets.GH_PAT }}

0 comments on commit fe0d8d0

Please sign in to comment.