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 4747
4848 ...
4949
50- - uses : scientific-python/issue-from-pytest-log-action@main
50+ - uses : scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
5151 if : |
5252 failure()
5353 && ...
@@ -75,7 +75,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️`
7575In case you don't like the default title for new issues, this setting can be used to set a different one :
7676
7777` ` ` yaml
78- - uses: scientific-python/issue-from-pytest-log-action@main
78+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
7979 with:
8080 log-path: pytest-log.jsonl
8181 issue-title: "Nightly CI failed"
@@ -90,7 +90,7 @@ optional. Default: `CI`
9090The label to set on the new issue.
9191
9292` ` ` yaml
93- - uses: scientific-python/issue-from-pytest-log-action@main
93+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
9494 with:
9595 log-path: pytest-log.jsonl
9696 issue-label: "CI"
@@ -103,7 +103,7 @@ optional
103103Any assignees to set on the new issue :
104104
105105` ` ` yaml
106- - uses: scientific-python/issue-from-pytest-log-action@main
106+ - uses: scientific-python/issue-from-pytest-log-action@f94477e45ef40e4403d7585ba639a9a3bcc53d43 # v1.3.0
107107 with:
108108 log-path: pytest-log.jsonl
109109 assignees: ["user1", "user2"]
You can’t perform that action at this time.
0 commit comments