Skip to content

Commit

Permalink
Create project.add.issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketnetteam authored Aug 24, 2022
1 parent 9693e62 commit 95b97de
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/project.add.issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add issues to project

on:
issues:
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/users/pocketnetteam/projects/3
github-token: ${{ secrets.AUTO_PROJECT_TOKEN }}
labeled: bug, enhancement
label-operator: OR

0 comments on commit 95b97de

Please sign in to comment.