chore(deps): update k8s.io/utils digest to 0849a56 - autoclosed #177
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@b1f4946f381d38d3b5960f76b514afdfef39b609" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |