Skip to content

[🐞]: Crash with Dramatic Doors #97

[🐞]: Crash with Dramatic Doors

[🐞]: Crash with Dramatic Doors #97

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: github/issue-labeler@v3.4 # RegEx Issue Labeler
with:
repo-token: ${{ github.token }}
configuration-path: .github/issue_labels.yml
enable-versioned-regex: 0