Skip to content

chore(deps): Bump golangci/golangci-lint-action from 5 to 6 #37

chore(deps): Bump golangci/golangci-lint-action from 5 to 6

chore(deps): Bump golangci/golangci-lint-action from 5 to 6 #37

Workflow file for this run

name: Labeler
on: [pull_request]
# This workflow will require write permissions on pull requests
# 1. Repository Settings -> Actions -> General -> Workflow permissions
# Check "Read and write permissions"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"