mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Correct Mark Not Stale job take 2 (#1966)
This commit is contained in:
parent
f7e8a49399
commit
5fc05f9bb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
marknotstale:
|
marknotstale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# do not run on schedule
|
# do not run on schedule
|
||||||
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@v4.1
|
uses: actions/github-script@v4.1
|
||||||
|
|
Loading…
Reference in a new issue