Merge pull request #605 from github/dependabot/github_actions/actions/github-script-v3

Bump actions/github-script from v2 to v3
This commit is contained in:
Lukas Gravley 2020-08-24 08:09:53 -05:00 committed by GitHub
commit cfdcd9bd9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
- name: merge
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:
script: |
github.pulls.createReview({

View file

@ -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'"
steps:
- name: Mark issue not stale
uses: actions/github-script@v2
uses: actions/github-script@v3
with:
script: |
github.issues.removeLabel({