Skip to content

Bump CrispyWaffle from 9.1.268 to 9.1.280 in the crispywaffle group #384

Bump CrispyWaffle from 9.1.268 to 9.1.280 in the crispywaffle group

Bump CrispyWaffle from 9.1.268 to 9.1.280 in the crispywaffle group #384

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/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"