File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
...
49
49
50
- - uses : scientific-python/issue-from-pytest-log-action@main
50
+ - uses : scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
51
51
if : |
52
52
failure()
53
53
&& ...
@@ -75,7 +75,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️`
75
75
In case you don't like the default title for new issues, this setting can be used to set a different one :
76
76
77
77
` ` ` yaml
78
- - uses: scientific-python/issue-from-pytest-log-action@main
78
+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
79
79
with:
80
80
log-path: pytest-log.jsonl
81
81
issue-title: "Nightly CI failed"
@@ -90,7 +90,7 @@ optional. Default: `CI`
90
90
The label to set on the new issue.
91
91
92
92
` ` ` yaml
93
- - uses: scientific-python/issue-from-pytest-log-action@main
93
+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
94
94
with:
95
95
log-path: pytest-log.jsonl
96
96
issue-label: "CI"
@@ -103,7 +103,7 @@ optional
103
103
Any assignees to set on the new issue :
104
104
105
105
` ` ` yaml
106
- - uses: scientific-python/issue-from-pytest-log-action@main
106
+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
107
107
with:
108
108
log-path: pytest-log.jsonl
109
109
assignees: ["user1", "user2"]
You can’t perform that action at this time.
0 commit comments