Skip to content

To add a top button #47

To add a top button

To add a top button #47

Workflow file for this run

name: issue labeler workflow
on:
issues:
types: ["opened"]
jobs:
Issue-Labeler:
name: issue labeler
runs-on: ubuntu-latest
steps:
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Triage"]'