🌱 Bump docker/metadata-action from b53be03109c4ef6f6cc7aa545b84b17a7fe51c1e to 906ecf0fc0a80f9110f79d9e6c04b1080f4a2621 #622
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: | |
if: github.actor != 'dependabot[bot]' | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: "pascalgn/size-label-action@v0.5.5" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |