Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

chore(deps-dev): update actions/checkout digest to 11bd719 #209

chore(deps-dev): update actions/checkout digest to 11bd719

chore(deps-dev): update actions/checkout digest to 11bd719 #209

Workflow file for this run

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 }}"