From 11f01f09fb072ee51acdd6bb231d2c173ca27079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20M=C3=B6ller?= Date: Tue, 19 Nov 2024 11:07:44 +0100 Subject: [PATCH] chore: add correct labels for flake nix job (#1100) #### What this PR does / why we need it makes sure they disappear from the release notes since they are just bumps in main that people dont really care about #### Which issue(s) this PR fixes --- .github/workflows/flake_vendorhash.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flake_vendorhash.yaml b/.github/workflows/flake_vendorhash.yaml index 9b296efcd3..4e4c390cb8 100644 --- a/.github/workflows/flake_vendorhash.yaml +++ b/.github/workflows/flake_vendorhash.yaml @@ -57,5 +57,8 @@ jobs: branch: nix/flake delete-branch: true sign-commits: true + labels: | + kind/skip-release-notes + chore body: | Update OCM CLI vendor hash (see: .github/workflows/flake_vendorhash.yaml)