Skip to content

Commit e98aa07

Browse files
committed
[test.yml] Add issue_* parameters
1 parent d77bf45 commit e98aa07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
image: alpine:3.10.1
32-
label: 'trivy,vulnerability,test'
32+
issue_label: trivy,vulnerability,test
33+
issue_title: Security Alert Test
34+
issue_assignee: homoluctus
3335

3436
- uses: homoluctus/[email protected]
3537
if: always()

0 commit comments

Comments
 (0)