🌱 Bump docker/metadata-action from 70b2cdc6480c1a8b86edf1777157f8f437de2166 to d31acd50653ded455ab8972a1eb9a656b0aef94a #139
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 }}" |