Skip to content

Commit

Permalink
Merge pull request #702 from patternfly/auto-add-issues-to-project-board
Browse files Browse the repository at this point in the history
chore(CI): add action to auto add new issues to PF project board
  • Loading branch information
wise-king-sullyman authored Jan 31, 2024
2 parents d5eabf5 + 9fc5699 commit 9095e26
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-new-issues-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issues to PatternFly Issues project

on:
issues:
types:
- opened

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

0 comments on commit 9095e26

Please sign in to comment.