mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Add auth-label-issues.yml (#6488)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# If the author of the issues is not a contributor to the project, label
|
||||
# the issue with 'Z0-unconfirmed'
|
||||
|
||||
name: Label New Issues
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
label-new-issues:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Label drafts
|
||||
uses: andymckay/labeler@master
|
||||
if: github.event.issue.author_association == "NONE"
|
||||
with:
|
||||
add-labels: 'Z0-unconfirmed'
|
||||
Reference in New Issue
Block a user