Skip to content

Commit e9f281d

Browse files
Apply suggestions from Lindsey
Co-authored-by: Lindsey Wild <35239154+lindseywild@users.noreply.github.com>
1 parent 3348e9d commit e9f281d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/file/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/actions/file/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)