diff --git a/.branch-variables.yml b/.branch-variables.yml index 6eaa219d4e0..be125b26b4e 100644 --- a/.branch-variables.yml +++ b/.branch-variables.yml @@ -10,7 +10,7 @@ distro_name: "fedora" # "fedora" or "rhel" distro_release: "rawhide" # "rawhide" or a number without quotation marks # The following only applies for rawhide. -rawhide_fedora_version: 41 # number without quotation marks, or nothing if CI should not run for branched Fedora +rawhide_fedora_version: 42 # number without quotation marks, or nothing if CI should not run for branched Fedora # List of all the branches which are currently supported and CI should be executed on these. supported_branches: diff --git a/.github/labeler.yml b/.github/labeler.yml index a4515da097e..be14704d841 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,7 +9,7 @@ # See https://github.com/actions/labeler # Always apply target fedora version to any changes -f41: +f42: - any: - changed-files: - any-glob-to-any-file: ['**']