Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 9, 2024
1 parent 69a5bb7 commit f4a1204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# https://github.com/actions/labeler/blob/master/README.md

name: Labeler
on: [pull_request_target]
# FIXME: using PULL_REQUEST for debugging purposes. Should be pull_request_target only when merging to master.
on: [pull_request, pull_request_target]
# Note: potential security risk from this action using pull_request_target.
# Do not add actions in here which need a checkout of the repo, and do not use any caching in here.
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
Expand Down

0 comments on commit f4a1204

Please sign in to comment.