We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e093e0 commit 8b7ee80Copy full SHA for 8b7ee80
1 file changed
.github/workflows/pr-lint.yaml
@@ -65,7 +65,7 @@ jobs:
65
# Delete previous lint failure comments if linting succeeded.
66
- name: Delete previous lint failure comments
67
if: steps.lint-pr-title.outcome == 'success'
68
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
69
with:
70
script: |
71
const prNumber = context.payload.pull_request.number;
@@ -96,7 +96,7 @@ jobs:
96
# Add a comment to the PR to provide guidance if the linting failed.
97
- name: Leave guidance comment
98
if: steps.lint-pr-title.outcome == 'failure'
99
100
101
102
0 commit comments