fix #189
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: PR Size Labeler | |
on: pull_request | |
permissions: | |
# All other permissions are set to none | |
# Adding permissions are needed to allow dependabot PRs to use size labeler | |
checks: write | |
contents: read | |
pull-requests: write | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |