Skip to content

Commit c9bda1c

Browse files
Merge pull request #94 from adam-cattermole/add-issues-workflow
2 parents 972d597 + a505693 commit c9bda1c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add issues to 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/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/Kuadrant/projects/5
16+
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}

0 commit comments

Comments
 (0)