From: Remi Gacogne Date: Wed, 15 Oct 2025 10:40:07 +0000 (+0200) Subject: Warn about workflows that needs to be backported to release branches X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16265%2Fhead;p=thirdparty%2Fpdns.git Warn about workflows that needs to be backported to release branches Signed-off-by: Remi Gacogne --- diff --git a/.github/workflows/build-docker-images-tags.yml b/.github/workflows/build-docker-images-tags.yml index e781056168..a3293414f3 100644 --- a/.github/workflows/build-docker-images-tags.yml +++ b/.github/workflows/build-docker-images-tags.yml @@ -8,6 +8,14 @@ on: - 'dnsdist-*' - 'rec-*' +# Please be aware that this version of the workflow is NOT the one called +# when someone pushes a tag on a release branch (rel/**)! The version +# used is the one present in the tag, which in turns should call the +# version present in the master branch of the reusable workflow defined +# in .github/workflows/build-docker-images.yml +# This means that any change to this file will very likely need to be +# backported to all release branches!! + permissions: actions: read contents: read diff --git a/.github/workflows/build-tags.yml b/.github/workflows/build-tags.yml index 45bc3ec038..aea5ab6d06 100644 --- a/.github/workflows/build-tags.yml +++ b/.github/workflows/build-tags.yml @@ -8,6 +8,14 @@ on: - 'dnsdist-*' - 'rec-*' +# Please be aware that this version of the workflow is NOT the one called +# when someone pushes a tag on a release branch (rel/**)! The version +# used is the one present in the tag, which in turns should call the +# version present in the master branch of the reusable workflow defined +# in .github/workflows/build-packages.yml +# This means that any change to this file will very likely need to be +# backported to all release branches!! + permissions: actions: read id-token: write