mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
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:
commit
e6ba2b0daa
1 changed files with 1 additions and 1 deletions
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'"
|
||||
steps:
|
||||
- name: Mark issue not stale
|
||||
uses: actions/github-script@v2.3.1
|
||||
uses: actions/github-script@v2
|
||||
with:
|
||||
script: |
|
||||
github.issues.removeLabel({
|
||||
|
|
Loading…
Reference in a new issue