Skip to content

Bump golangci/golangci-lint-action from 4 to 5 #225

Bump golangci/golangci-lint-action from 4 to 5

Bump golangci/golangci-lint-action from 4 to 5 #225

Workflow file for this run

name: 'Assign size labels to PRs'
on: [workflow_dispatch, pull_request]
permissions:
contents: read
pull-requests: write
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"