Skip to content

Bump golang from 1.21.5 to 1.21.6 #139

Bump golang from 1.21.5 to 1.21.6

Bump golang from 1.21.5 to 1.21.6 #139

Workflow file for this run

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