Skip to content

Auto-add product-X labels to issues opened through the bug / FR template #145

Auto-add product-X labels to issues opened through the bug / FR template

Auto-add product-X labels to issues opened through the bug / FR template #145

Workflow file for this run

name: Remove PR Labels
on:
pull_request_target:
types: ["closed", "merged"]
jobs:
remove-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: |
awaiting-review