File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- uses : actions/setup-python@v4
28
28
with :
29
- python-version : " 3.11 "
29
+ python-version : " 3.12 "
30
30
cache : pip
31
31
32
32
...
41
41
42
42
...
43
43
44
- - uses : xarray-contrib /issue-from-pytest-log@main
44
+ - uses : scientific-python /issue-from-pytest-log-action @main
45
45
if : |
46
46
failure()
47
47
&& ...
@@ -69,7 +69,7 @@ optional. Default: `⚠️ Nightly upstream-dev CI failed ⚠️`
69
69
In case you don't like the default title for new issues, this setting can be used to set a different one :
70
70
71
71
` ` ` yaml
72
- - uses: xarray-contrib /issue-from-pytest-log@v1
72
+ - uses: scientific-python /issue-from-pytest-log-action@main
73
73
with:
74
74
log-path: pytest-log.jsonl
75
75
issue-title: "Nightly CI failed"
@@ -84,8 +84,23 @@ optional. Default: `CI`
84
84
The label to set on the new issue.
85
85
86
86
` ` ` yaml
87
- - uses: xarray-contrib /issue-from-pytest-log@v1
87
+ - uses: scientific-python /issue-from-pytest-log-action@main
88
88
with:
89
89
log-path: pytest-log.jsonl
90
90
issue-label: "CI"
91
91
` ` `
92
+
93
+ # ## assignees
94
+
95
+ optional
96
+
97
+ Any assignees to set on the new issue :
98
+
99
+ ` ` ` yaml
100
+ - uses: scientific-python/issue-from-pytest-log-action@main
101
+ with:
102
+ log-path: pytest-log.jsonl
103
+ assignees: ["user1", "user2"]
104
+ ` ` `
105
+
106
+ Note that assignees must have the commit bit on the repository.
You can’t perform that action at this time.
0 commit comments