issue.yml testing
This commit is contained in:
parent
68d01a8103
commit
8480103e3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue.yml
vendored
2
.github/workflows/issue.yml
vendored
|
@ -2,7 +2,7 @@ name: Auto Assign Issues to Project
|
|||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
types: [opened, reopened]
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue