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/inactive-prs.yaml')
-rw-r--r--.github/workflows/inactive-prs.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/inactive-prs.yaml b/.github/workflows/inactive-prs.yaml
index 747291a163..00b021d22a 100644
--- a/.github/workflows/inactive-prs.yaml
+++ b/.github/workflows/inactive-prs.yaml
@@ -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