Correct Mark Not Stale job take 2 (#1966)

This commit is contained in:
Barry Pollard 2021-09-17 15:53:15 +01:00 committed by GitHub
parent f7e8a49399
commit 5fc05f9bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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