From 6ad1acc64602d37944648d76dde1f10c54c64367 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Fri, 8 Sep 2023 12:47:02 -0400 Subject: [PATCH] Uses a different preexisting workflow Signed-off-by: Darshit Chanpura --- .github/workflows/apply-issue-labels-to-pr.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apply-issue-labels-to-pr.yml b/.github/workflows/apply-issue-labels-to-pr.yml index cdd8a0db14..142053c201 100644 --- a/.github/workflows/apply-issue-labels-to-pr.yml +++ b/.github/workflows/apply-issue-labels-to-pr.yml @@ -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 }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} + labels-to-copy: | + documentation + enhancement + labels-to-exclude: | + untriaged \ No newline at end of file