🌱 Bump docker/build-push-action from 2a53c6ccda456d31fb62eedc658aae06e238b7bd to 1a162644f9a7e87d8f4b053101d1d9a712edc18c #15
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/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |