We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c88ea5 + dafbb66 commit ec5ad54Copy full SHA for ec5ad54
1 file changed
.github/workflows/add-issue-to-project.yml
@@ -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