From 52b273f530ca72ec39b7bac0c424910b47ba0583 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 29 Aug 2020 13:17:30 +0200 Subject: [PATCH 1/2] Add branch switcher ignore label. --- .github/branch-switcher.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/branch-switcher.yml b/.github/branch-switcher.yml index 5697003c..b41550ca 100644 --- a/.github/branch-switcher.yml +++ b/.github/branch-switcher.yml @@ -1 +1,3 @@ -preferredBranch: dev \ No newline at end of file +preferredBranch: dev +exclude: + label: branch-switcher-ignore \ No newline at end of file From a057f3c171a4e94a7aeb368cd17eba1cab9c2658 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 1 Sep 2020 18:22:47 +0200 Subject: [PATCH 2/2] Update stale.yml --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2818228c..99d1c9de 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,6 +2,7 @@ name: "Close stale issues/pull requests" on: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: stale: @@ -14,3 +15,4 @@ jobs: stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' days-before-stale: 30 days-before-close: 7 + operations-per-run: 500