Skip to content

Commit

Permalink
Merge pull request #4908 from cwisniew/copy-labels-version
Browse files Browse the repository at this point in the history
Change version of copy issue label to pr job
  • Loading branch information
cwisniew authored Sep 14, 2024
2 parents 8d47054 + fb4d47f commit f01ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-label-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Copy labels from linked issues
steps:
- name: copy-labels
uses: michalvankodev/copy-issue-labels@v1.3.0
uses: michalvankodev/copy-issue-labels@v1.2.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-to-include: |
Expand Down

0 comments on commit f01ad8e

Please sign in to comment.