Skip to content

Commit eecc02a

Browse files
authored
Create add-to-project.yaml (#158)
1 parent 4d4071c commit eecc02a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Add issues to project board
3+
4+
on:
5+
issues:
6+
types:
7+
- opened
8+
9+
jobs:
10+
add-issue-to-project:
11+
runs-on: ubuntu-latest
12+
steps:
13+
# yamllint disable-line rule:line-length
14+
- uses: paddyroddy/.github/actions/add-to-project@v0
15+
with:
16+
app-id: ${{ secrets.APP_ID }}
17+
app-pem: ${{ secrets.APP_PEM }}

0 commit comments

Comments
 (0)