Skip to content
Snippets Groups Projects
Commit 4f84f1fb authored by s3krit's avatar s3krit Committed by GitHub
Browse files

Add auth-label-issues.yml (#6488)

parent 1813ba21
No related merge requests found
# 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'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment