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