Skip to content

Commit

Permalink
Create workflow for adding issues to extensions board (#30)
Browse files Browse the repository at this point in the history
* Create workflow for adding issues to extensions board

* Update secret

---------

Co-authored-by: Donald Labaj <dlabaj@redhat.com>
  • Loading branch information
jessiehuff and dlabaj authored Mar 27, 2023
1 parent a736a25 commit 4dd9c09
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issues to PatternFly Extensions 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/12
github-token: ${{ secrets.GH_PROJECTS }}

0 comments on commit 4dd9c09

Please sign in to comment.