Skip to content

Commit

Permalink
Add add-to-project workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed May 24, 2023
1 parent 61bc1df commit e7b95b1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Add new issues to project

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

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

0 comments on commit e7b95b1

Please sign in to comment.