Skip to content

Commit

Permalink
🔧 add all issues to a personal project board
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Jun 29, 2024
1 parent 460f049 commit 7e6ce31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Adds all issues to project board

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
if: github.repository_owner == 'McPringle'
name: Add issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/McPringle/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 comments on commit 7e6ce31

Please sign in to comment.