Skip to content

Revert "Adding sprites to main" #42

Revert "Adding sprites to main"

Revert "Adding sprites to main" #42

Workflow file for this run

name: Labeller
on:
workflow_run:
workflows: ["Build Godot Project"]
types:
- success
jobs:
label_pr:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/labeller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeller.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- env:
GH_TOKEN: ${{ secrets.TOKEN }}
PR: ${{ github.event.pull_request.html_url }}}
run: |
gh pr edit $PR --add-label 'needs review'