Skip to content

Commit 71ebd13

Browse files
authored
build: re-add auto-add for PRs with a different target (#51)
1 parent 85f9811 commit 71ebd13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-add-to-project.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Auto Add Issues to Project
1+
name: Auto Add Issues and Pull Requests to Project
22

33
on:
44
issues:
55
types:
66
- opened
7+
pull_request_target:
8+
types:
9+
- opened
710

811
jobs:
912
# https://github.com/actions/add-to-project

0 commit comments

Comments
 (0)