Skip to content

Commit

Permalink
Add GHA action to add new issues to triage project
Browse files Browse the repository at this point in the history
The patch enforces a standardized asset baseline using simp/puppetsync,
and may also apply other updates to ensure conformity.
  • Loading branch information
op-ct committed Apr 17, 2023
1 parent 19e3573 commit 4a8b769
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/add_new_issue_to_triage_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Add new issues to triage project

on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/simp/projects/11
github-token: ${{ secrets.AUTO_TRIAGE_TOKEN }}

0 comments on commit 4a8b769

Please sign in to comment.