Forráskód Böngészése

chore: Update .github/workflows/stale.yml [skip ci]

GitHub 2 éve
szülő
commit
48679a9977
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      .github/workflows/stale.yml

+ 5 - 1
.github/workflows/stale.yml

@@ -2,7 +2,11 @@ name: Close and mark stale issue
 
 on:
   schedule:
-  - cron: '0 0 * * *'
+    - cron: '0 0 * * *'
+
+permissions:
+  issues: write
+  pull-requests: write
 
 jobs:
   stale: