Skip to content

Commit 71b0718

Browse files
committed
ci: make blink ci failure prompt a variable
1 parent 321c2b8 commit 71b0718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,11 +1653,12 @@ jobs:
16531653
"type": "section",
16541654
"text": {
16551655
"type": "mrkdwn",
1656-
"text": "<@U08TJ4YNCA3> investigate this CI failure. Check logs, search for existing issues, use git blame to find who last modified failing tests, create issue in coder/internal (not public repo), use title format \"flake: TestName\" for flaky tests, and assign to the person from git blame."
1656+
"text": "<@U08TJ4YNCA3> '"${BLINK_CI_FAILURE_PROMPT}"'"
16571657
}
16581658
}
16591659
]
16601660
}' "${SLACK_WEBHOOK}"
16611661
env:
16621662
SLACK_WEBHOOK: ${{ secrets.CI_FAILURE_SLACK_WEBHOOK }}
16631663
RUN_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
1664+
BLINK_CI_FAILURE_PROMPT: ${{ vars.BLINK_CI_FAILURE_PROMPT }}

0 commit comments

Comments
 (0)