Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66f1603

Browse files
authored
fix: replace ci-flake-bot app-id with slack's user id (#20379)
<!--If you have used AI to produce some or all of this PR, please ensure youhave read our [AI Contributionguidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING)before submitting.-->
1 parent2e45236 commit66f1603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ jobs:
15371537
steps:
15381538
-name:Send Slack notification
15391539
run:|
1540-
ESCAPED_PROMPT=$(printf "%s" "<@A09M3J8FK1U> $BLINK_CI_FAILURE_PROMPT" | jq -Rsa .)
1540+
ESCAPED_PROMPT=$(printf "%s" "<@U09LQ75AHKR> $BLINK_CI_FAILURE_PROMPT" | jq -Rsa .)
15411541
curl -X POST -H 'Content-type: application/json' \
15421542
--data '{
15431543
"blocks": [

‎.github/workflows/nightly-gauntlet.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
-name:Send Slack notification
172172
run:|
173-
ESCAPED_PROMPT=$(printf "%s" "<@A09M3J8FK1U> $BLINK_CI_FAILURE_PROMPT" | jq -Rsa .)
173+
ESCAPED_PROMPT=$(printf "%s" "<@U09LQ75AHKR> $BLINK_CI_FAILURE_PROMPT" | jq -Rsa .)
174174
curl -X POST -H 'Content-type: application/json' \
175175
--data '{
176176
"blocks": [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp