]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1751: CI: labeler configuration not found v9.0.1751
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 19 Aug 2023 13:46:11 +0000 (15:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 19 Aug 2023 13:46:11 +0000 (15:46 +0200)
Problem: CI: labeler configuration not found
         (after 9.0.1748)
Solution: set configuration path

closes: #12852

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
.github/workflows/label.yml
src/version.c

index be44c11ec4cf27df71b748f6c771a4eb67f606ed..e4ed948698056a95208d5f08c12a8c06ad544c86 100644 (file)
@@ -20,4 +20,5 @@ jobs:
     - uses: actions/labeler@v4
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
+        configuration-path: .github/labeler.yml
         sync-labels: ''
index 8c91c1c2ad8604750749a1254d3069422ae3c1cc..262131c2bfe4637e8ee841b74fdd9c24d55931ed 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1751,
 /**/
     1750,
 /**/