Fix auto-label-issues.yml (#6536)

statements in github actions cannot use ", must use '

Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
s3krit
2020-07-01 11:33:10 +02:00
committed by GitHub
parent 585ea531a3
commit c3ee172804
+2 -2
View File
@@ -8,10 +8,10 @@ on:
jobs:
label-new-issues:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Label drafts
uses: andymckay/labeler@master
if: github.event.issue.author_association == "NONE"
if: github.event.issue.author_association == 'NONE'
with:
add-labels: 'Z0-unconfirmed'