mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 13:27:30 -05:00
Add missing permissions for auto-triage bot (#93230)
This commit is contained in:
@@ -4,6 +4,11 @@ on:
|
||||
types: [opened]
|
||||
concurrency:
|
||||
group: issue-opened-${{ github.event.issue.number }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user