🌱 Bump docker/metadata-action from 70b2cdc6480c1a8b86edf1777157f8f437de2166 to 44d81d6d2a5a935e1a481942268529623f1f5ccd #145
Workflow file for this run
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: Size Label | |
on: pull_request | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
# Do not run on dependabot PRs | |
if: github.actor != 'dependabot[bot]' | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |