Skip to content

Commit

Permalink
Change to run on pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Nov 19, 2024
1 parent 6fb2edf commit dddae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copy-label-to-pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Copy Labels to PR
on:
pull_request:
pull_request_target:
types: [opened]

jobs:
copy-labels:
permissions:
contents: read
issues: write
issues: read
pull-requests: write
runs-on: ubuntu-latest
name: Copy labels from linked issues
Expand Down

0 comments on commit dddae4b

Please sign in to comment.