Skip to content

Commit 9264fd8

Browse files
authored
Merge pull request #1729 from PrestaShop/github/add-issue-to-project
GitHub add issue to project workflow
2 parents 4eb9494 + 94f5a6b commit 9264fd8

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)