Skip to content

Add label addition and removal of status: * #1

Add label addition and removal of status: *

Add label addition and removal of status: * #1

name: On ready-for-review PR
on:
pull_request:
types:
- ready_for_review
- review_requested
jobs:
add-label-changes-required:
runs-on: ubuntu-latest
steps:
- run: gh pr edit "$PR_URL" --remove-label "status: changes required"

Check failure on line 13 in .github/workflows/on-ready-for-review-or-review-requested.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-ready-for-review-or-review-requested.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN_UPDATE_GRADLE_WRAPPER}}
- run: gh pr edit "$PR_URL" --add-label "status: ready-for-review"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GH_TOKEN_UPDATE_GRADLE_WRAPPER}}