build: re-add auto-add for PRs with a different target (#45)
This commit is contained in:
parent
e61f3cea5f
commit
3f0ff01105
5
.github/workflows/auto-add-to-project.yml
vendored
5
.github/workflows/auto-add-to-project.yml
vendored
@ -1,9 +1,12 @@
|
|||||||
name: Auto Add Issues to Project
|
name: Auto Add Issues and Pull Requests to Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# https://github.com/actions/add-to-project
|
# https://github.com/actions/add-to-project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user