From 2fea06b98fa96ef38590d76ce29f8dd93f7af8da09e72bcd3991824384934eac Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 8 Jan 2025 16:22:56 +0100 Subject: [PATCH] add a prefix for the kernel --- .gitea/workflows/patchinfo_numberator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/patchinfo_numberator.yaml b/.gitea/workflows/patchinfo_numberator.yaml index fba1fcf..fbcd8a1 100644 --- a/.gitea/workflows/patchinfo_numberator.yaml +++ b/.gitea/workflows/patchinfo_numberator.yaml @@ -29,6 +29,8 @@ jobs: # Updating incident numbers - name: Update all new _patchinfo files uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/patchinfo-numbering-action@v0 + with: + prefix: kernel- - name: Get last commit message id: last-commit run: |