Skip to content

Update README.md

Update README.md #17

Workflow file for this run

## 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'