Skip to content

Commit 5d3d2dd

Browse files
authored
build: re-add auto-add for PRs with a different target (#60)
1 parent 0df007f commit 5d3d2dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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)