Skip to content

Commit

Permalink
Create add-to-project-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Sep 24, 2024
1 parent 78169d1 commit a417313
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/add-to-project-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add new issues and PRs to triage project board

on:
issues:
types:
- opened
pull_request_target:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/qiime2/projects/36
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: skip-triage
label-operator: NOT

0 comments on commit a417313

Please sign in to comment.