Skip to content

chore(deps-dev): update github artifact actions (major) #2018

chore(deps-dev): update github artifact actions (major)

chore(deps-dev): update github artifact actions (major) #2018

Workflow file for this run

name: pr-label
on:
pull_request:
permissions: {}
jobs:
size-label:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
permissions:
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- name: size-label
uses: "pascalgn/size-label-action@6ec5bd0f81af1bd8d691180fbf04453b2c4b1642"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"