Fix - Missing actions permission in triage bot (#21454)

# Summary

This PR adds the missing actions write permission to the triage bot.

# Details

The actions write permission is required to access the actions cache
that is needed for operations-per-run continuity. This one was simply
missing.
This commit is contained in:
FabianK3
2025-10-06 17:31:31 +00:00
committed by GitHub
parent 55426ca334
commit e44e66531d
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
workflow_dispatch: # Allow manual trigger
permissions:
actions: write
issues: write
pull-requests: write