Stress impact is not shown in inventory when only playing multiplayer #1665
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: "Label Issues" | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/issue-labeler@v3.0 | |
with: | |
configuration-path: .github/config/labels.yml | |
enable-versioned-regex: 0 | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
sync-labels: 1 |