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()}`);