Skip to content

Merge branch 'master' of https://github.com/space-wizards/space-stati… #22

Merge branch 'master' of https://github.com/space-wizards/space-stati…

Merge branch 'master' of https://github.com/space-wizards/space-stati… #22

Workflow file for this run

name: "Labels: PR"
on:
- pull_request_target
jobs:
labeler:
if: github.actor != 'PJBot'
permissions:
contents: read
pull-requests: write
if: github.actor != 'IanComradeBot'

Check failure on line 12 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 12
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"