Skip to content

Commit

Permalink
add workflow to add issue to project
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShuvaev authored Feb 15, 2024
1 parent cb9d45e commit ab1b760
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add issue to project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/users/AntonShuvaev/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit ab1b760

Please sign in to comment.