Skip to content

Commit

Permalink
Add pull request trigger for closed trigger type
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
XaF authored Feb 9, 2024
1 parent 7a61520 commit 78849b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/artikodin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ on:
branch:
- main

# This does not work on forks, we are duplicating
# the 'closed' call here because it does not seem
# to behave as expected for `pull_request_target`.
pull_request:
types:
- closed

# Runs on a merge group build
merge_group:
types:
Expand Down

0 comments on commit 78849b2

Please sign in to comment.