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/follow-up-reviews.yml')
-rw-r--r--.github/workflows/follow-up-reviews.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/follow-up-reviews.yml b/.github/workflows/follow-up-reviews.yml
index a389f627e1..55f1699820 100644
--- a/.github/workflows/follow-up-reviews.yml
+++ b/.github/workflows/follow-up-reviews.yml
@@ -3,6 +3,18 @@ on:
schedule:
- cron: '30 1 * * *'
+permissions:
+ actions: read
+ checks: none
+ contents: read
+ deployments: none
+ issues: write
+ packages: none
+ pull-requests: write
+ repository-projects: none
+ security-events: none
+ statuses: none
+
jobs:
stale:
runs-on: ubuntu-latest