Skip to content

🚀 :Email output instead of to Discord #14

🚀 :Email output instead of to Discord

🚀 :Email output instead of to Discord #14

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.2
with:
configuration-path: .github/issue-labeler.yml
repo-token: ${{ secrets.GH_TOKEN }}
include-title: 1
include-body: 1