File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,17 @@ jobs:
40
40
run : cargo miri test
41
41
42
42
43
- notify-slack :
44
- uses : CQCL/hugrverse-actions/.github/workflows/slack-notifier .yml@main
43
+ create-issue :
44
+ uses : CQCL/hugrverse-actions/.github/workflows/create-issue .yml@main
45
45
needs : miri
46
46
if : always() && needs.miri.result == 'failure' && github.event_name == 'push'
47
- with :
48
- channel-id : ' C04SHCL4FKP'
49
- slack-message : |
50
- 💥 The unsoundness check for `CQCL/hugr` failed.
51
- <https://github.com/CQCL/hugr/actions/runs/${{ github.run_id }}|Please investigate>.
52
- # Rate-limit the message to once per day
53
- timeout-minutes : 1440
54
- # A repository variable used to store the last message timestamp.
55
- timeout-variable : " UNSOUNDNESS_MSG_SENT"
56
47
secrets :
57
- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
58
48
GITHUB_PAT : ${{ secrets.HUGRBOT_PAT }}
49
+ with :
50
+ title : " 💥 Unsoundness check failed on main"
51
+ body : |
52
+ The unsoundness check for `CQCL/hugr` failed.
53
+
54
+ [https://github.com/CQCL/hugr/actions/runs/${{ github.run_id }}](Please investigate).
55
+ unique-label : " unsoundness-checks"
56
+ other-labels : " bug"
You can’t perform that action at this time.
0 commit comments