You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dispatch-matrix-check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
12
12
workflow_dispatch:
13
13
14
14
jobs:
15
-
example:
15
+
dispatch-matrix-check:
16
16
runs-on: ubuntu-latest
17
17
steps:
18
18
@@ -32,5 +32,5 @@ jobs:
32
32
issue_number: context.issue.number,
33
33
owner: context.repo.owner,
34
34
repo: context.repo.repo,
35
-
body: '🤖 Bip Boop! Matrix Testing for this PR has been initiated. Please check back later for results.'
35
+
body: '🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results. <br><br> :bulb: If you do not hear back from me please check my status! I will report even if this PR does not contain files eligible for matrix testing.'
0 commit comments