Skip to content

Commit ec5ad54

Browse files
authored
Merge pull request #124 from ga-devfront/github/add-issue-to-project
GitHub add issue to project workflow
2 parents 9c88ea5 + dafbb66 commit ec5ad54

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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: 47
12+
secrets:
13+
TOKEN: ${{ secrets.JARVIS_TOKEN }}

0 commit comments

Comments
 (0)