From dc3209a4a60e2d5527400b25f61465b31153f48c Mon Sep 17 00:00:00 2001 From: Reguel Wermelinger Date: Fri, 8 Nov 2024 13:20:44 +0100 Subject: [PATCH] Configure LTS12 drafter to provide just for this branch --- .github/workflows/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 518ecac..6d86454 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - release/12.0 # pull_request event is required only for autolabeler pull_request: # Only following types are handled by the action, but one can default to all as well @@ -29,6 +29,6 @@ jobs: - uses: release-drafter/release-drafter@v6 with: # reference to template from 'master' - config-name: release-drafter.yml + config-name: release-drafter-lts12.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}