Skip to content

Bump gittools/actions from 4.4.1 to 4.4.2 #182

Bump gittools/actions from 4.4.1 to 4.4.2

Bump gittools/actions from 4.4.1 to 4.4.2 #182

Workflow file for this run

name: Label based on PR size
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
size-label:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.7"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"