Skip to content

PlanetScale Plugin

PlanetScale Plugin #11

name: auto-label-new-issues
on:
issues:
types: [opened]
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
steps:
- name: Label new issues with 'needs-triage'
uses: andymckay/[email protected]
with:
add-labels: "needs-triage"