Skip to content

Commit

Permalink
Issue triage workflow (#54)
Browse files Browse the repository at this point in the history
Following usnistgov/OSCAL#1936, add workflow to add new issues to the board automatically.
  • Loading branch information
nikitawootten-nist committed Nov 20, 2023
1 parent 04ad47e commit 4e7373c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issue-triage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Triage Board Management

on:
issues:
types:
- opened
- reopened
- transferred

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-20.04
steps:
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c
with:
project-url: https://github.com/orgs/usnistgov/projects/25
github-token: ${{ secrets.COMMIT_TOKEN }}

0 comments on commit 4e7373c

Please sign in to comment.