Skip to content

Commit 2c31990

Browse files
authored
Merge pull request #14 from homoluctus/feature/add_issue_parameter_for_test
Add issue_* parameters for test
2 parents a3a6504 + 657e795 commit 2c31990

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Test my typescript action
22

3-
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- master
3+
on: pull_request
84

95
jobs:
106
test:
@@ -29,7 +25,9 @@ jobs:
2925
with:
3026
token: ${{ secrets.GITHUB_TOKEN }}
3127
image: alpine:3.10.1
32-
label: 'trivy,vulnerability,test'
28+
issue_label: trivy,vulnerability,test
29+
issue_title: Security Alert Test
30+
issue_assignee: homoluctus
3331

3432
- uses: homoluctus/[email protected]
3533
if: always()

0 commit comments

Comments
 (0)