Skip to content

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release #5382

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release #5382

Workflow file for this run

name: Code quality
on:
pull_request
permissions:
pull-requests: write
contents: read
jobs:
size-label:
runs-on: ubuntu-latest
name: Label PR size
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- name: size-label
uses: pascalgn/size-label-action@be08a2d5f857dc99c5b9426cdb5a8ea1aa7f0399 # v0.5.4
env:
IGNORED: ".*\n**/mocks/*.go\n**/*_gen.go"