From 282e5cdaa1343d8522fd5f00adc6110be74e8ab0 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Mon, 24 Jul 2023 02:07:19 +0200 Subject: [PATCH] Update create_pr_comment.yml --- .github/workflows/create_pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_pr_comment.yml b/.github/workflows/create_pr_comment.yml index 4c8abbd33..ca2d03b47 100644 --- a/.github/workflows/create_pr_comment.yml +++ b/.github/workflows/create_pr_comment.yml @@ -10,4 +10,4 @@ jobs: pull-requests: write name: Create PR comment and assign labels if: ${{ github.event.workflow_run.event == 'pull_request' }} - uses: VoronDesign/.github/.github/workflows/pr-comment-labels.yml@v3 \ No newline at end of file + uses: VoronDesign/.github/.github/workflows/pr-comment-labels.yml@main