Skip to content

Bump golangci/golangci-lint-action from 5 to 6 #20

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

Bump golangci/golangci-lint-action from 5 to 6 #20

Workflow file for this run

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