This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
chore(deps): update kubernetes packages to v0.28.4 #248
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: Harden Runner | |
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 | |
with: | |
egress-policy: audit | |
- name: size-label | |
uses: "pascalgn/size-label-action@1619680c5ac1ef360b944bb56a57587ba4aa2af8" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |