This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
chore(deps-dev): update github/codeql-action digest to 761255a #110
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-label | |
on: | |
pull_request: | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} | |
steps: | |
- name: size-label | |
uses: "pascalgn/size-label-action@1619680c5ac1ef360b944bb56a57587ba4aa2af8" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |