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
parentc3bf4c85315a7c853eb13fa7318ca669fcab88c6 (diff)
turn on github actions (#17548)
Diffstat (limited to '.github')
-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