Merge pull request #88 from ga-devfront/github/add-issue-to-project
GitHub add issue to project workflow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Add Issue to Project
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [ opened ]
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
uses: PrestaShop/.github/.github/workflows/reusable-add-to-project.yml@master
|
||||
with:
|
||||
project-number: 47
|
||||
secrets:
|
||||
TOKEN: ${{ secrets.JARVIS_TOKEN }}
|
||||
Reference in New Issue
Block a user