Skip to content

Open Source Community Collaboration Invitation. #87

Open Source Community Collaboration Invitation.

Open Source Community Collaboration Invitation. #87

Workflow file for this run

name: Label issues
on:
issues:
types: [opened]
jobs:
label_issues:
runs-on: ubuntu-latest
steps:
- name: Label issues
uses: andymckay/labeler@master
with:
add-labels: "needs-triage"