build(deps): bump sass from 1.32.0 to 1.77.4 in /OngekiScoreLog #674
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" |