mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -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:
|
||||
runs-on: ubuntu-latest
|
||||
# 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:
|
||||
- name: Mark issue not stale
|
||||
uses: actions/github-script@v4.1
|
||||
|
|
Loading…
Reference in a new issue