Browse Source

Added explicit permissions: issues: write

maziggy 4 months ago
parent
commit
56efb44c4f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/stale.yml

+ 3 - 0
.github/workflows/stale.yml

@@ -4,6 +4,9 @@ on:
   schedule:
   schedule:
     - cron: '0 0 * * *'  # Run daily at midnight UTC
     - cron: '0 0 * * *'  # Run daily at midnight UTC
 
 
+permissions:
+  issues: write
+
 jobs:
 jobs:
   stale:
   stale:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest