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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Flamis <zoltan@innocraft.com>2021-06-04 00:59:08 +0300
committerGitHub <noreply@github.com>2021-06-04 00:59:08 +0300
commit8b4b8ce017c15a534101fc10494a9f05cb824a58 (patch)
tree3d3a4639b0afb6392a0e86ee9680a4d197d75fc2 /.github/workflows/follow-up-reviews.yml
parentc3bf4c85315a7c853eb13fa7318ca669fcab88c6 (diff)
turn on github actions (#17548)
Diffstat (limited to '.github/workflows/follow-up-reviews.yml')
-rw-r--r--.github/workflows/follow-up-reviews.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/follow-up-reviews.yml b/.github/workflows/follow-up-reviews.yml
index 519ea0e73a..671a63152f 100644
--- a/.github/workflows/follow-up-reviews.yml
+++ b/.github/workflows/follow-up-reviews.yml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/stale@v3
with:
- debug-only: true
+ debug-only: false
start-date: 2021-03-01T00:00:00Z
days-before-pr-stale: 7
days-before-pr-close: -1