Skip to content

chore: List checks to be run prior to submitting a PR in CONTRIBUTING.md #4190

chore: List checks to be run prior to submitting a PR in CONTRIBUTING.md

chore: List checks to be run prior to submitting a PR in CONTRIBUTING.md #4190

name: Remove Awaiting Author Label
on:
pull_request:
types: [synchronize, review_requested]
jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: "meta: awaiting author"