mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Merge pull request #185 from cloudflare/lrapoport/fix-issue-workflow
Fix issue workflow
This commit is contained in:
commit
bd50d10af9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/issues.yml
vendored
3
.github/workflows/issues.yml
vendored
|
@ -3,7 +3,8 @@ name: Issue
|
|||
on:
|
||||
issues:
|
||||
types:
|
||||
- [opened, transferred]
|
||||
- opened
|
||||
- transferred
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
|
|
Loading…
Reference in a new issue