Inverted Triage Workflow Check

This commit is contained in:
Christopher Allford 2022-02-18 12:43:00 -08:00 committed by GitHub
parent b8293e4216
commit 396fbe12bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: github.event.issue.labels[0] != null
if: github.event.issue.labels[0] == null
with:
labels: 'status: awaiting triage'