Skip to content

Workflow file for this run

name: "Labels: PR"
on:
- pull_request_target
jobs:
labeler:
<<<<<<< HEAD

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

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler-pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
if: github.actor != 'PJBot' && github.actor != 'FrontierATC' # Frontier
=======
if: github.actor != 'IanComradeBot'
runs-on: [self-hosted, linux, x64]
>>>>>>> r1remote/master
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5