Skip to content

Commit f4e6803

Browse files
authored
Merge pull request #11 from jessiehuff/main
Create extensions.yml
2 parents 3925eef + 619d331 commit f4e6803

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/extensions.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add new issues to PatternFly Extensions project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@v0.3.0
14+
with:
15+
project-url: https://github.com/orgs/patternfly/projects/12
16+
github-token: ${{ secrets.GH_PROJECTS }}

0 commit comments

Comments
 (0)