Skip to content

Add acceptance criteria to issue template #4

Add acceptance criteria to issue template

Add acceptance criteria to issue template #4

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: MaximilianAnzinger/issue-labeler@1.0.1
with:
configuration-path: .github/issue-labeler.yml
repo-token: ${{ github.token }}