Skip to content

chore: add ci badge update #1

chore: add ci badge update

chore: add ci badge update #1

Workflow file for this run

name: PR labeler
on:
- pull_request_target
jobs:
apply:

Check failure on line 5 in .github/workflows/pr-labeler.yml

View workflow run for this annotation

GitHub Actions / PR labeler

Invalid workflow file

The workflow is not valid. .github/workflows/pr-labeler.yml (Line: 5, Col: 3): Error calling workflow 'palashmon/reusable-workflows/.github/workflows/labeler-reusable.yml@main'. The nested job 'triage' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo
uses: palashmon/reusable-workflows/.github/workflows/labeler-reusable.yml@main
secrets: inherit