File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
1515 description : " Cached filings from previous runs, as stringified JSON. Without this, duplicate issues may be filed."
1616 required : false
1717 open_grouped_issues :
18- description : " In the 'file' step, also open tracking issues which link to all issues with the same root cause"
18+ description : " In the 'file' step, also open grouped issues which link to all issues with the same root cause"
1919 required : false
2020 default : " false"
2121
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export default async function () {
134134 ) ;
135135 } catch ( error ) {
136136 core . warning (
137- `Failed to open tracking issue for '${ problemShort } ': ${ error } ` ,
137+ `Failed to open grouped issue for '${ problemShort } ': ${ error } ` ,
138138 ) ;
139139 }
140140 }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ inputs:
3232 required : false
3333 default : " false"
3434 open_grouped_issues :
35- description : " In the 'file' step, also open tracking issues which link to all issues with the same problem"
35+ description : " In the 'file' step, also open grouped issues which link to all issues with the same problem"
3636 required : false
3737 default : " false"
3838
You can’t perform that action at this time.
0 commit comments