groups all six previous fursuits in game into one variant-ized item, with some added extras. #47860
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@v4 | |
- uses: fuxingloh/multi-labeler@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: '.github/summary-labels.yml' |