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:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/follow-up-reviews.yml2
-rw-r--r--.github/workflows/inactive-prs-closing-message.yaml2
-rw-r--r--.github/workflows/inactive-prs.yaml2
3 files changed, 3 insertions, 3 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
diff --git a/.github/workflows/inactive-prs-closing-message.yaml b/.github/workflows/inactive-prs-closing-message.yaml
index 2baa1710cb..e7f14656d2 100644
--- a/.github/workflows/inactive-prs-closing-message.yaml
+++ b/.github/workflows/inactive-prs-closing-message.yaml
@@ -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: 42
days-before-pr-close: -1
diff --git a/.github/workflows/inactive-prs.yaml b/.github/workflows/inactive-prs.yaml
index 83045c7f81..747291a163 100644
--- a/.github/workflows/inactive-prs.yaml
+++ b/.github/workflows/inactive-prs.yaml
@@ -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: 14
days-before-pr-close: -1