Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-02 17:07:43 +0300
committerGitHub <noreply@github.com>2020-10-02 17:07:43 +0300
commit05e587efd588079e2b6d6caf43d5cebdb5f23d05 (patch)
tree851f46633a63a77d403c3dfdc8cc7c99c4861996 /.github/workflows/stale.yml
parent33b7749fdf76ba1ba2b90de22d6f3ee1f1657796 (diff)
CI: Set the stale bot active
Diffstat (limited to '.github/workflows/stale.yml')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 722792c21..4054d330b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- debug-only: true
+ debug-only: false
days-before-stale: -1
exempt-issue-labels: "blue-ticket, p1-urgent, p2-high, p3-medium, p4-low"
days-before-close: 7