Skip to content

workflow: use github.actor instead of hardcoded "openvoxproject" #112

workflow: use github.actor instead of hardcoded "openvoxproject"

workflow: use github.actor instead of hardcoded "openvoxproject" #112

Workflow file for this run

---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
name: 🏷️ Pull Request Labeler
on:
- pull_request_target
permissions:
contents: read
jobs:
labeler:

Check failure on line 14 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / 🏷️ Pull Request Labeler

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 14, Col: 3): Error calling workflow 'voxpupuli/crafty/.github/workflows/labeler.yml@main'. The nested job 'labeler' is requesting 'contents: read', but is only allowed 'contents: none'.
name: Labeler
permissions:
pull-requests: write
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
with:
allowed_owner: ${{ github.repository_owner }}