- Notifications
You must be signed in to change notification settings - Fork5.7k
Update cachetools requirement from <5.6.0,>=5.3.3 to >=5.3.3,<6.1.0#537
This file contains hidden or 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:PR Labeler | |
on: | |
pull_request: | |
types:[opened] | |
permissions:{} | |
jobs: | |
pre-commit-ci: | |
permissions: | |
contents:read# for srvaroa/labeler to read config file | |
pull-requests:write# for srvaroa/labeler to add labels in PR | |
runs-on:ubuntu-latest | |
steps: | |
-uses:srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55# v1.13.0 | |
# Config file at .github/labeler.yml | |
env: | |
GITHUB_TOKEN:"${{ secrets.GITHUB_TOKEN }}" |