Skip to content

[BUG] I can't seem to create a new bot and sync it #4

[BUG] I can't seem to create a new bot and sync it

[BUG] I can't seem to create a new bot and sync it #4

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"