1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: skip release-notes-assistant for dependency updates (#954)

Resolves forgejo/runner#953

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/954): <!--number 954 --><!--line 0 --><!--description Y2hvcmU6IHNraXAgcmVsZWFzZS1ub3Rlcy1hc3Npc3RhbnQgZm9yIGRlcGVuZGVuY3kgdXBkYXRlcw==-->chore: skip release-notes-assistant for dependency updates<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/954
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-09-08 08:41:21 +00:00 committed by earl-warren
parent a2622dbe3d
commit 149a9e3cf5
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ env:
jobs: jobs:
release-notes: release-notes:
if: vars.ROLE == 'forgejo-coding' if: vars.ROLE == 'forgejo-coding' && !contains(forge.event.pull_request.labels.*.name, 'Kind/DependencyUpdate')
runs-on: docker runs-on: docker
container: container:
image: 'data.forgejo.org/oci/ci:1' image: 'data.forgejo.org/oci/ci:1'

View file

@ -9,6 +9,6 @@
"separateMinorPatch": true "separateMinorPatch": true
} }
], ],
"labels": ["Kind/Chore", "run-end-to-end-tests"], "labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"],
"ignorePaths": ["**/testdata/**", "**/node_modules/**"] "ignorePaths": ["**/testdata/**", "**/node_modules/**"]
} }