Skip to content

opencost-plugins needs templates for Issues and PRs #1

opencost-plugins needs templates for Issues and PRs

opencost-plugins needs templates for Issues and PRs #1

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"