chore(gha): add permissions on check-changelog workflow (#8102)

Co-authored-by: César Arroba <19954079+cesararroba@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-06-25 10:27:43 +02:00
committed by GitHub
parent 798b74e6a2
commit b86e2139e5
@@ -2,17 +2,15 @@ name: Check Changelog
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'api/**'
- 'ui/**'
- 'prowler/**'
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
check-changelog:
if: contains(github.event.pull_request.labels.*.name, 'no-changelog') == false
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
pull-requests: write
env:
MONITORED_FOLDERS: "api ui prowler"