Skip to content

Commit

Permalink
(MAINT) Sync checklist GHA
Browse files Browse the repository at this point in the history
The checklist GHA in this repository used `pull_request` instead
of `pull_request_target` for the trigger. This change updates it
to use the correct trigger used by the core docs repository.
  • Loading branch information
michaeltlombardi committed Dec 5, 2024
1 parent 4d9bc20 commit b8da2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklist.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Checklist
on:
pull_request:
pull_request_target:
branches:
- main
types:
Expand Down

0 comments on commit b8da2c3

Please sign in to comment.