From 773802db20e1790f73cf68d2693641cee21af46c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:12:01 +0000 Subject: [PATCH] chore: Adding missing permissions to stale workflow --- .github/workflows/stale.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 14118d4..35715d7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,9 +1,13 @@ -name: 'Close stale issues and PRs' +name: "Close stale issues and PRs" on: workflow_dispatch: schedule: # Happen once per day at 1:30 AM - - cron: '30 1 * * *' + - cron: "30 1 * * *" + +permissions: + issues: write + pull-requests: write jobs: sdk-close-stale: