chore(deps): update github/codeql-action digest to ff0a06e #209
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 Size Labeler | |
on: | |
pull_request_target: | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
pr-zize-labeler: | |
name: PR Size Labeler | |
runs-on: ubuntu-latest | |
if: startsWith(github.head_ref, 'release-please-')==false && startsWith(github.head_ref, 'renovate')==false | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- name: Label PR based on size | |
uses: cbrgm/pr-size-labeler-action@main | |
with: | |
github_token: ${{ secrets.GH_BOT_TOKEN }} | |
github_repository: ${{ github.repository }} | |
github_pr_number: ${{ github.event.number }} | |
config_file_path: .github/pr-size.yaml |