|
Harald Hoyer |
460d2c |
From 3f4771ebf4826192ec95f17e4eb0b9114f319221 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
460d2c |
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Harald Hoyer |
460d2c |
Date: Fri, 7 Aug 2020 18:54:43 +0200
|
|
Harald Hoyer |
460d2c |
Subject: [PATCH] .github: fix path to label workflow mapping file
|
|
Harald Hoyer |
460d2c |
|
|
Harald Hoyer |
460d2c |
---
|
|
Harald Hoyer |
460d2c |
.github/workflows/master-labels.yml | 2 +-
|
|
Harald Hoyer |
460d2c |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
460d2c |
|
|
Harald Hoyer |
460d2c |
diff --git a/.github/workflows/master-labels.yml b/.github/workflows/master-labels.yml
|
|
Harald Hoyer |
460d2c |
index 0a46425a..249b2148 100644
|
|
Harald Hoyer |
460d2c |
--- a/.github/workflows/master-labels.yml
|
|
Harald Hoyer |
460d2c |
+++ b/.github/workflows/master-labels.yml
|
|
Harald Hoyer |
460d2c |
@@ -14,4 +14,4 @@ jobs:
|
|
Harald Hoyer |
460d2c |
env:
|
|
Harald Hoyer |
460d2c |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Harald Hoyer |
460d2c |
GITHUB_REPOSITORY: ${{ github.repository }}
|
|
Harald Hoyer |
460d2c |
- LABEL_MAPPINGS_FILE: .github/labeler.yml
|
|
Harald Hoyer |
460d2c |
+ LABEL_MAPPINGS_FILE: .github/master-label-triggers.yml
|
|
Harald Hoyer |
460d2c |
|