Skip to content

Commit

Permalink
Add Issue Triage automation to project for usnistgov/OSCAL#1209. (#206)
Browse files Browse the repository at this point in the history
* Add Issue Triage automation to project for usnistgov/OSCAL#1209.
* Add newline to YAML per code review.
  • Loading branch information
aj-stein-nist authored Apr 28, 2022
1 parent 2203b8e commit 127146b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
issues:
types: [opened]
jobs:
createCard:
runs-on: ubuntu-latest
steps:
- name: Add New Issues to Issue Triage Board
uses: peter-evans/create-or-update-project-card@866533e2ae61f13c35fd1d374049713fab43c729 # current tag: v2
with:
project-name: Issue Triage
column-name: Needs Triage

0 comments on commit 127146b

Please sign in to comment.