Ardaas incorrect English translation #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For more info go check DOCS: https://github.com/github/issue-labeler | |
# Offers to setup versioized regex | |
# Currently we are not using it | |
name: "Issue Labeler" | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/issue-labeler@v2.0 | |
with: | |
repo-token: "${{ secrets.GH_BOT_TOKEN }}" | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 |