Skip to content

Commit b6d6e78

Browse files
authored
Add pull request trigger for closed trigger type (#6)
For some reason, it does not seem to trigger for `pull_request_target` right now; it might be related to merge queues only (since it seems to have closed others properly when merge queues are not involved), but it leaves exceptions requests pull requests open instead of tagging them properly and closing them.
1 parent 7a61520 commit b6d6e78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/artikodin.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ on:
1919
branch:
2020
- main
2121

22+
# This does not work on forks, we are duplicating
23+
# the 'closed' call here because it does not seem
24+
# to behave as expected for `pull_request_target`.
25+
pull_request:
26+
types:
27+
- closed
28+
2229
# Runs on a merge group build
2330
merge_group:
2431
types:

0 commit comments

Comments
 (0)