support when token reach the limit for sec, return error code directly rather than block the connection #129
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 and PRs | |
on: | |
- pull_request | |
- issues | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: run labeler | |
uses: srvaroa/labeler@master | |
with: | |
config_path: .github/labeler.yaml | |
use_local_config: false | |
fail_on_error: false | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |