From 61d50fb7e6147674e03afd8150d33d111cf49c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 14 Nov 2023 17:51:51 +0300 Subject: [PATCH] ci(workflows): update bot labels (#3986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/pre-commit-ansible-autoupdate.yaml | 4 ++-- .github/workflows/pre-commit-autoupdate.yaml | 4 ++-- .github/workflows/pre-commit-optional-autoupdate.yaml | 4 ++-- .github/workflows/update-tool-versions.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pre-commit-ansible-autoupdate.yaml b/.github/workflows/pre-commit-ansible-autoupdate.yaml index 5595c69d563..c8749e55fe2 100644 --- a/.github/workflows/pre-commit-ansible-autoupdate.yaml +++ b/.github/workflows/pre-commit-ansible-autoupdate.yaml @@ -29,8 +29,8 @@ jobs: token: ${{ steps.generate-token.outputs.token }} pre-commit-config: .pre-commit-config-ansible.yaml pr-labels: | - bot - pre-commit-ansible-autoupdate + tag:bot + tag:pre-commit-autoupdate pr-branch: pre-commit-ansible-autoupdate pr-title: "ci(pre-commit-ansible): autoupdate" pr-commit-message: "ci(pre-commit-ansible): autoupdate" diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index 02e3ab2c678..597ca2207e8 100644 --- a/.github/workflows/pre-commit-autoupdate.yaml +++ b/.github/workflows/pre-commit-autoupdate.yaml @@ -29,8 +29,8 @@ jobs: token: ${{ steps.generate-token.outputs.token }} pre-commit-config: .pre-commit-config.yaml pr-labels: | - bot - pre-commit-autoupdate + tag:bot + tag:pre-commit-autoupdate pr-branch: pre-commit-autoupdate pr-title: "ci(pre-commit): autoupdate" pr-commit-message: "ci(pre-commit): autoupdate" diff --git a/.github/workflows/pre-commit-optional-autoupdate.yaml b/.github/workflows/pre-commit-optional-autoupdate.yaml index 12f9c3c0d24..664e8ba6054 100644 --- a/.github/workflows/pre-commit-optional-autoupdate.yaml +++ b/.github/workflows/pre-commit-optional-autoupdate.yaml @@ -29,8 +29,8 @@ jobs: token: ${{ steps.generate-token.outputs.token }} pre-commit-config: .pre-commit-config-optional.yaml pr-labels: | - bot - pre-commit-optional-autoupdate + tag:bot + tag:pre-commit-autoupdate pr-branch: pre-commit-optional-autoupdate pr-title: "ci(pre-commit-optional): autoupdate" pr-commit-message: "ci(pre-commit-optional): autoupdate" diff --git a/.github/workflows/update-tool-versions.yaml b/.github/workflows/update-tool-versions.yaml index 3ec3b0533e7..0fd325d7434 100644 --- a/.github/workflows/update-tool-versions.yaml +++ b/.github/workflows/update-tool-versions.yaml @@ -49,8 +49,8 @@ jobs: commit-message: "chore: update tool versions" body: "" labels: | - bot - update-tool-versions + tag:bot + tag:update-tool-versions signoff: true delete-branch: true