From 08a4dd1441e1d84ac9056ce0c6b03cfb3806389e Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 20 Nov 2023 14:57:27 -0800 Subject: [PATCH] publish-commit-bottles: stop pinging @carlocab --- .github/workflows/publish-commit-bottles.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml index cbbb912f7f389..436bb135e8ee2 100644 --- a/.github/workflows/publish-commit-bottles.yml +++ b/.github/workflows/publish-commit-bottles.yml @@ -205,8 +205,8 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} - body: ":warning: @${{github.actor}} pre-merge checks [failed](${{env.RUN_URL}}). CC @carlocab" - bot_body: ":warning: Pre-merge checks [failed](${{env.RUN_URL}}). CC @carlocab" + body: ":warning: @${{github.actor}} pre-merge checks [failed](${{env.RUN_URL}})." + bot_body: ":warning: Pre-merge checks [failed](${{env.RUN_URL}})." bot: github-actions[bot] - name: Enqueue PR for merge @@ -347,8 +347,8 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} - body: ":warning: @${{github.actor}} bottle publish [failed](${{env.RUN_URL}}). CC @carlocab" - bot_body: ":warning: Bottle publish [failed](${{env.RUN_URL}}). CC @carlocab" + body: ":warning: @${{github.actor}} bottle publish [failed](${{env.RUN_URL}})." + bot_body: ":warning: Bottle publish [failed](${{env.RUN_URL}})." bot: github-actions[bot] - name: Wait until pull request branch is in sync with local repository @@ -427,6 +427,6 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} issue: ${{inputs.pull_request}} - body: ":warning: @${{github.actor}} [Failed to enable automerge](${{env.RUN_URL}}). CC @carlocab" - bot_body: ":warning: [Failed to enable automerge](${{env.RUN_URL}}). CC @carlocab" + body: ":warning: @${{github.actor}} [Failed to enable automerge](${{env.RUN_URL}})." + bot_body: ":warning: [Failed to enable automerge](${{env.RUN_URL}})." bot: github-actions[bot]