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

Commit fe0d8d0

Browse files
authored
Merge pull request #32 from githubtraining/automate-issues
Add issue triage action
2 parents bf4badf + c2841e4 commit fe0d8d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/new-issue.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Move new issues into Triage
2+
3+
on:
4+
issues:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
automate-project-columns:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: alex-page/[email protected]
12+
with:
13+
project: Learning Lab Course maintenance
14+
column: Triage
15+
repo-token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)