Skip to content

🤖🔄 Sync files with oblivioncth/actions #1

🤖🔄 Sync files with oblivioncth/actions

🤖🔄 Sync files with oblivioncth/actions #1

Workflow file for this run

name: Label PR
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label-pr:

Check failure on line 7 in .github/workflows/label-pr.yml

View workflow run for this annotation

GitHub Actions / Label PR

Invalid workflow file

The workflow is not valid. .github/workflows/label-pr.yml (Line: 7, Col: 3): Error calling workflow 'oblivioncth/actions/.github/workflows/label-pr.yml@v1'. The nested job 'label-pr' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Label pull-request
permissions:
contents: read
pull-requests: write
uses: oblivioncth/actions/.github/workflows/label-pr.yml@v1