From 5cdcbcc8fe98bae9e31351c71ff0a45f96b2c159 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 12:05:24 +0900 Subject: [PATCH] Removing labels from pr action --- .github/workflows/pr_from_upstream.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 74d92cc..de2baa6 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -98,4 +98,3 @@ jobs: git push origin ${{ steps.push.outputs.BRANCH_NAME }} ``` base: $TARGET_BRANCH - labels: ["sync", "upstream"]