From e2b95d30b80d01833ec0d869f58909ea0d4eab4b Mon Sep 17 00:00:00 2001 From: dealroomba Date: Wed, 2 Oct 2024 22:40:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20dealro?= =?UTF-8?q?om/core-mothership?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autolabel.yml | 5 +++-- .github/workflows/automerge.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autolabel.yml b/.github/workflows/autolabel.yml index d7256ee..c7d5fe3 100644 --- a/.github/workflows/autolabel.yml +++ b/.github/workflows/autolabel.yml @@ -5,12 +5,12 @@ name: Autolabel on: pull_request: - types: [labeled, unlabeled, synchronize, reopened] + types: [synchronize, reopened] permissions: read-all concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event_name }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: @@ -53,3 +53,4 @@ jobs: gh pr edit "$PR_URL" --add-label "force-lint" env: PR_URL: ${{ github.event.pull_request.html_url }} + diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0565be8..6658a45 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -10,7 +10,7 @@ on: permissions: read-all concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event_name }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name }} cancel-in-progress: true jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ee1b46b..0b82ff6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ on: permissions: read-all concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event_name }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name }} cancel-in-progress: true jobs: