[Halls of Stone] Brann bugs out if talked to too quickly after event #8095
This file contains hidden or 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
| name: "Issue Labeler" | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| issue_labeler: | |
| if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft | |
| runs-on: ubuntu-latest | |
| name: Issue Labeler | |
| steps: | |
| - name: Issue Labeler | |
| id: issue-labeler | |
| uses: azerothcore/[email protected] | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} |