Skip to content

ci: Add ci:fulltest automated handling #4

ci: Add ci:fulltest automated handling

ci: Add ci:fulltest automated handling #4

Workflow file for this run

name: ci-labels
on:
pull_request:
types:
- labeled
- unlabeled
permissions:
contents: read
jobs:
handle-ci-label:

Check failure on line 13 in .github/workflows/ci-labels.yml

View workflow run for this annotation

GitHub Actions / ci-labels

Invalid workflow file

The workflow is not valid. .github/workflows/ci-labels.yml (Line: 13, Col: 3): Error calling workflow 'renovatebot/renovate/.github/workflows/build.yml@7b461dc29851035cad41e90ec39ec755036dfc41'. The nested job 'release' is requesting 'contents: write, issues: write, pull-requests: write', but is only allowed 'contents: read, issues: none, pull-requests: none'.
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml