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/reusable-beman-create-issue-when-fault.yml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
name: 'Beman issue creation workflow'
4
4
on:
5
5
workflow_call:
6
+
workflow_dispatch:
6
7
jobs:
7
8
create-issue:
8
9
runs-on: ubuntu-latest
@@ -11,17 +12,17 @@ jobs:
11
12
- uses: actions/checkout@v4
12
13
- name: Create issue
13
14
run: |
14
-
issue_num=$(gh issue list -s open -S "[SCHEDULED-BUILD] Build & Test failure" -L 1 --json number | jq 'if length == 0 then -1 else .[0].number end')
15
-
body="**Build-and-Test Failure Report**
15
+
issue_num=$(gh issue list -s open -S "[SCHEDULED-BUILD] infra repo CI job failure" -L 1 --json number | jq 'if length == 0 then -1 else .[0].number end')
0 commit comments