mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
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:
+2
-2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user