Skip to content

T6349: updated pr-labels workflow permission #10

T6349: updated pr-labels workflow permission

T6349: updated pr-labels workflow permission #10

name: "PR Conflicts checker"
on:
pull_request_target:
types: [synchronize]
permissions:
pull-requests: write
contents: read
jobs:

Check failure on line 11 in .github/workflows/check-pr-conflicts.yml

View workflow run for this annotation

GitHub Actions / PR Conflicts checker

Invalid workflow file

The workflow is not valid. .github/workflows/check-pr-conflicts.yml (Line: 11, Col: 3): Error calling workflow 'vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows'. The nested job 'pr-conflict-Check' is requesting 'contents: read', but is only allowed 'contents: none'.
check-pr-conflict-call:
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
secrets: inherit