削除譜面が「現行譜面のみ」で表示される問題を修正 #666
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: 'Pull requests: all' | |
on: | |
pull_request: | |
branches-ignore: | |
- master | |
jobs: | |
labeler: | |
name: Set label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v2 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: ".github/labeler-develop.yml" |