Skip to content

Commit

Permalink
Merge pull request #5059 from kwvanderlinde/fixup/copy-labels-job
Browse files Browse the repository at this point in the history
Bump copy-issue-labels to latest (1.3.0) - take 2
  • Loading branch information
cwisniew authored Nov 19, 2024
2 parents 8d07b22 + dddae4b commit ad1dee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copy-label-to-pr.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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
steps:
- name: copy-labels
uses: michalvankodev/copy-issue-labels@v1.2.1
uses: michalvankodev/copy-issue-labels@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-to-include: |
Expand Down

0 comments on commit ad1dee7

Please sign in to comment.