Skip to content

try with direct token #1

try with direct token

try with direct token #1

name: "Labels: Approve"
on:
pull_request_review:
types: [submitted]
jobs:
remove_label:
permissions:
contents: write
pull-requests: write
statuses: write
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ github.token }}
labels: |

Check failure on line 19 in .github/workflows/labeler-approve.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 19
Status: Needs Review
Status: Awaiting Changes