Skip to content

Commit

Permalink
publish-commit-bottles: stop pinging @carlocab
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane committed Nov 20, 2023
1 parent a7723db commit 08a4dd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]

0 comments on commit 08a4dd1

Please sign in to comment.