Skip to content

Commit bcad0d9

Browse files
authored
Merge pull request #33 from mvt-project/roaree-patch-1
Create add-issue-to-project.yml
2 parents 0b39878 + c0760b8 commit bcad0d9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add issue to project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
9+
jobs:
10+
add-to-project:
11+
name: Add issue to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/[email protected]
15+
with:
16+
# You can target a project in a different organization
17+
# to the issue
18+
project-url: https://github.com/orgs/mvt-project/projects/1
19+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)