Skip to content

Commit

Permalink
Create add-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 21, 2022
1 parent 9e4a09c commit eb1860c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Adds all issues that don't include the 'question' label to project board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
with:
project-url: https://github.com/orgs/nmfs-opensci/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: question
label-operator: NOT

0 comments on commit eb1860c

Please sign in to comment.