Skip to content

[🐞]: Farmer's Delight and Let's do vinery #14

[🐞]: Farmer's Delight and Let's do vinery

[🐞]: Farmer's Delight and Let's do vinery #14

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/workflows/issue_label.json5
sparse-checkout-cone-mode: false
- uses: Renato66/auto-label@v3.1.0
with:
repo-token: ${{ secrets.AUTO_LABEL }}
ignore-comments: false
configuration-file: .github/workflows/issue_label.json5