From 534fee1a5a1ce147dfded2a6f75f6a59c595e529 Mon Sep 17 00:00:00 2001 From: Ankitsinghsisodya Date: Wed, 1 Apr 2026 15:57:48 +0530 Subject: [PATCH 1/2] ci: standardize rtCamp/action-slack-notify to v2.2.1 in kind-e2e workflow kind-e2e.yaml used v2.1.0 while weekly-office-hours-slack-reminder.yaml already uses v2.2.1. Align to the newer version for consistency. --- .github/workflows/kind-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 5487ef5f5d3..889627a242d 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -139,7 +139,7 @@ jobs: fi - name: Post failure notice to Slack - uses: rtCamp/action-slack-notify@v2.1.0 + uses: rtCamp/action-slack-notify@v2.2.1 if: ${{ failure() && github.event_name != 'pull_request' }} env: SLACK_ICON: http://github.com/knative.png?size=48 From 5b70ff0c452b8721a0e6a29566eae6246f7f7997 Mon Sep 17 00:00:00 2001 From: Ankitsinghsisodya Date: Tue, 21 Apr 2026 23:04:44 +0530 Subject: [PATCH 2/2] Bump rtCamp/action-slack-notify to v2.3.3 in workflows --- .github/workflows/kind-e2e.yaml | 2 +- .github/workflows/weekly-office-hours-slack-reminder.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 889627a242d..fd7b4cedfd8 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -139,7 +139,7 @@ jobs: fi - name: Post failure notice to Slack - uses: rtCamp/action-slack-notify@v2.2.1 + uses: rtCamp/action-slack-notify@v2.3.3 if: ${{ failure() && github.event_name != 'pull_request' }} env: SLACK_ICON: http://github.com/knative.png?size=48 diff --git a/.github/workflows/weekly-office-hours-slack-reminder.yaml b/.github/workflows/weekly-office-hours-slack-reminder.yaml index 4ef3930acae..b8308c7e430 100644 --- a/.github/workflows/weekly-office-hours-slack-reminder.yaml +++ b/.github/workflows/weekly-office-hours-slack-reminder.yaml @@ -37,7 +37,7 @@ jobs: fi - name: Post reminder to Slack if: steps.check-week.outputs.should_run == 'true' - uses: rtCamp/action-slack-notify@v2.2.1 + uses: rtCamp/action-slack-notify@v2.3.3 env: SLACK_ICON: http://github.com/knative.png?size=48 SLACK_USERNAME: github-actions