mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump actions/github-script from v2 to v3
Bumps [actions/github-script](https://github.com/actions/github-script) from v2 to v3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v2...626af12fe9a53dc2972b48385e7fe7dec79145c9) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0e075ccba9
commit
7017c233c9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/automerge-dependabot.yml
vendored
2
.github/workflows/automerge-dependabot.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: merge
|
- name: merge
|
||||||
if: steps.wait-for-build.outputs.conclusion == 'success' || steps.wait-for-build.outputs.conclusion == 'skipped' && steps.wait-for-ci.outputs.conclusion == 'success'
|
if: steps.wait-for-build.outputs.conclusion == 'success' || steps.wait-for-build.outputs.conclusion == 'skipped' && steps.wait-for-ci.outputs.conclusion == 'success'
|
||||||
uses: actions/github-script@v2
|
uses: actions/github-script@v3
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.pulls.createReview({
|
github.pulls.createReview({
|
||||||
|
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'"
|
if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'"
|
||||||
steps:
|
steps:
|
||||||
- name: Mark issue not stale
|
- name: Mark issue not stale
|
||||||
uses: actions/github-script@v2
|
uses: actions/github-script@v3
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.issues.removeLabel({
|
github.issues.removeLabel({
|
||||||
|
|
Loading…
Reference in a new issue