setup-go/.github/workflows/remove-label.yml
Workflow config file is invalid. Please check your config file: Line: 7 Column 5: Failed to match job-factory: Line: 12 Column 7: Failed to match run-step: Line: 12 Column 7: Unknown Property pwsh Line: 12 Column 7: Failed to match regular-step: Line: 12 Column 7: Unknown Property pwsh Line: 7 Column 5: Failed to match workflow-job: Line: 11 Column 5: Unknown Property steps Forgejo Actions YAML Schema validation error
2022-10-25 14:39:01 +02:00

15 lines
304 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- pwsh: Start-Sleep -Seconds 30
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"