Skip to content

Commit f14e15c

Browse files
chore: touch up wording of pr-review-requested.yml workflow
1 parent d0b41cb commit f14e15c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-review-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
labels: "status: waiting for author"
88
- if: failure()
99
run: |
10-
echo "Don't worry about if the previous step failed."
10+
echo "Don't worry if the previous step failed."
1111
echo "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."
1212
1313
name: PR Review Requested

src/hydrate/steps/writing/creation/dotGitHub/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function createWorkflows({
123123
},
124124
{
125125
if: "failure()",
126-
run: 'echo "Don\'t worry about if the previous step failed."\necho "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."\n',
126+
run: 'echo "Don\'t worry if the previous step failed."\necho "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."\n',
127127
},
128128
],
129129
}),

0 commit comments

Comments
 (0)