build: update dovcontainer.json file #21
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
## https://github.com/fuxingloh/multi-labeler | |
#name: Multi Labeler | |
#on: | |
# pull_request: | |
# types: [ opened, edited, synchronize, ready_for_review ] | |
# branches: [ develop, main ] | |
# | |
#jobs: | |
# labeler: | |
# name: Labeler | |
# runs-on: ubuntu-latest | |
# steps: | |
# # follows semantic versioning. Lock to different version: v1, v1.5, v1.5.0 or use a commit hash. | |
# - uses: fuxingloh/multi-labeler@v1 | |
# with: | |
# github-token: ${{secrets.GITHUB_TOKEN}} # optional, default to '${{ github.token }}' | |
# config-path: .github/multi-labeler.yml # optional, default to '.github/labeler.yml' |