From f3072719b9dc66104263cdb1fe8ae77f9cb44a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Coet?= Date: Mon, 22 Jun 2026 15:38:37 +0200 Subject: [PATCH 1/2] Add additional message to the ToggleLockBranch workflow --- .github/workflows/lock-branch.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock-branch.yaml b/.github/workflows/lock-branch.yaml index e8684c87..525a0f0e 100644 --- a/.github/workflows/lock-branch.yaml +++ b/.github/workflows/lock-branch.yaml @@ -2,6 +2,10 @@ name: Toggle lock branch on: workflow_dispatch: # Triggered manually from the GitHub UI / Actions + inputs: + additional-message: + description: 'Additional Slack message text' + required: false jobs: lock-branch: @@ -20,4 +24,5 @@ jobs: with: github-token: ${{ fromJSON(steps.secrets.outputs.vault).lock_token }} slack-token: ${{ fromJSON(steps.secrets.outputs.vault).slack_api_token }} - slack-channel: squad-rust + additional-message: ${{ github.event.inputs.additional-message }} + slack-channel: squad-corelang-notifs From 09bab2a37becc195cfa28dfc0dfb97d72bda51bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Coet?= Date: Tue, 23 Jun 2026 10:38:55 +0200 Subject: [PATCH 2/2] Update Slack channel --- .github/workflows/lock-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-branch.yaml b/.github/workflows/lock-branch.yaml index 525a0f0e..611c2002 100644 --- a/.github/workflows/lock-branch.yaml +++ b/.github/workflows/lock-branch.yaml @@ -25,4 +25,4 @@ jobs: github-token: ${{ fromJSON(steps.secrets.outputs.vault).lock_token }} slack-token: ${{ fromJSON(steps.secrets.outputs.vault).slack_api_token }} additional-message: ${{ github.event.inputs.additional-message }} - slack-channel: squad-corelang-notifs + slack-channel: core-languages-releases