Skip to content

Labeling new issue #106

Labeling new issue

Labeling new issue #106

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}