Skip to content

Commit

Permalink
Create add-to-project.yaml (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored May 31, 2024
1 parent 4d4071c commit eecc02a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Add issues to project board

on:
issues:
types:
- opened

jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@v0
with:
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}

0 comments on commit eecc02a

Please sign in to comment.