460d2c99f9
git snapshot
31 lines
816 B
Diff
31 lines
816 B
Diff
From cafd314b70cdb70ad48a501a347edd3e6b652252 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
|
Date: Fri, 7 Aug 2020 15:57:07 +0000
|
|
Subject: [PATCH] Update master-labels.yml
|
|
|
|
Fixing bad intentation
|
|
---
|
|
.github/workflows/master-labels.yml | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/.github/workflows/master-labels.yml b/.github/workflows/master-labels.yml
|
|
index 3202719f..ad92fd2b 100644
|
|
--- a/.github/workflows/master-labels.yml
|
|
+++ b/.github/workflows/master-labels.yml
|
|
@@ -2,11 +2,11 @@
|
|
# apply a label based on the paths that are modified in the pull request.
|
|
|
|
name: master-labeler
|
|
-on:
|
|
+ on:
|
|
schedule:
|
|
- cron: '*/15 * * * *'
|
|
- branches:
|
|
- - master
|
|
+ branches:
|
|
+ - master
|
|
|
|
jobs:
|
|
label:
|
|
|