Skip to content

Commit 6901c54

Browse files
authored
Merge pull request #944 from ga-devfront/github/ass-isue-to-project
GitHub add issue to project workflow
2 parents fd25e7f + 87b2315 commit 6901c54

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Add Issue to Project
2+
3+
on:
4+
issues:
5+
types: [ opened ]
6+
7+
jobs:
8+
add-to-project:
9+
uses: PrestaShop/.github/.github/workflows/reusable-add-to-project.yml@master
10+
with:
11+
project-number: 46
12+
secrets:
13+
TOKEN: ${{ secrets.JARVIS_TOKEN }}

0 commit comments

Comments
 (0)