[Xedra Evolved] fix spells, that give temp limbs, take two #32598
Workflow file for this run
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
name: Summary Labeler | |
on: | |
- pull_request_target | |
jobs: | |
uses: | |
name: labeler | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: fuxingloh/multi-labeler@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: '.github/summary-labels.yml' |