Skip to content

[Workflow test] add triage label #2

[Workflow test] add triage label

[Workflow test] add triage label #2

Workflow file for this run

name: Add 'needs triage' label
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs triage' label
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "needs-triage"