Skip to content

Commit b7df27e

Browse files
clyang82claude
andcommitted
Replace slack-member-id with slack-group-id in .tekton files for release 1.6
This change updates the Tekton pipeline configuration to use slack-group-id instead of slack-member-id parameter for Slack notifications. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: clyang82 <chuyang@redhat.com>
1 parent 9cf40bd commit b7df27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/postgres-exporter-globalhub-1-6-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
value: "slack-notify-webhook"
5151
- name: slack-webhook-url-secret-key
5252
value: "slack-webhook-url"
53-
- name: slack-member-id
53+
- name: slack-group-id
5454
# Will mention the user in the slack message when the pipeline run failed; this is not required.
5555
# Please make sure replace the value with component owner's slack member id.
5656
value: "S09JCE3DF9N"

0 commit comments

Comments
 (0)