Skip to content

Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 #5303

Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0

Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 #5303

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}