Skip to content

Commit

Permalink
Uses a different preexisting workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Sep 8, 2023
1 parent adaf20f commit 6ad1acc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/apply-issue-labels-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
name: Copy labels from linked issues
steps:
- name: copy-labels
uses: michalvankodev/copy-issue-labels@v1.2.1
uses: DarshitChanpura/copy-issue-labels@v1.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels-to-copy: |
documentation
enhancement
labels-to-exclude: |
untriaged

0 comments on commit 6ad1acc

Please sign in to comment.