Merge pull request #380 from github/dependabot/github_actions/actions/github-script-v2

Bump actions/github-script from v2.3.1 to v2
This commit is contained in:
Lukas Gravley 2020-07-06 08:55:40 -05:00 committed by GitHub
commit e6ba2b0daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.3.1
uses: actions/github-script@v2
with:
script: |
github.issues.removeLabel({