Skip to content

Commit

Permalink
Add Issue Triage automation to project for usnistgov/OSCAL#1209.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Apr 18, 2022
1 parent 99f6e13 commit 7bb7761
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 7bb7761

Please sign in to comment.