Skip to content

Commit

Permalink
Merge pull request #33 from mvt-project/roaree-patch-1
Browse files Browse the repository at this point in the history
Create add-issue-to-project.yml
  • Loading branch information
roaree authored Nov 29, 2023
2 parents 0b39878 + c0760b8 commit bcad0d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Add issue to project

on:
issues:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/mvt-project/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit bcad0d9

Please sign in to comment.