Skip to content

Commit

Permalink
ci(#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 26, 2024
1 parent c2d085b commit 5bc551e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add new issue to project board

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add new issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/jannis-baum/projects/7
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 5bc551e

Please sign in to comment.