From 792bdfd16620b3f9f75a65dd7c92f064ec762200 Mon Sep 17 00:00:00 2001 From: Shantanu Pandya <74005248+Programmer-Develops@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:07:51 +0530 Subject: [PATCH] Add issues:write permission to PR tracker workflow --- .github/workflows/pr-tracker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-tracker.yml b/.github/workflows/pr-tracker.yml index 535a29f..f656cc1 100644 --- a/.github/workflows/pr-tracker.yml +++ b/.github/workflows/pr-tracker.yml @@ -7,6 +7,7 @@ on: permissions: pull-requests: write contents: read + issues: write jobs: track-time: @@ -69,4 +70,4 @@ jobs: console.log(`First commit: ${firstCommitDate.toISOString()}`); console.log(`Last commit: ${lastCommitDate.toISOString()}`); - console.log(`Time spent: ${timeStr.trim()}`); \ No newline at end of file + console.log(`Time spent: ${timeStr.trim()}`);