Skip to content

chore(Replies): Clean up the UI for replies to make them more clear. #942

chore(Replies): Clean up the UI for replies to make them more clear.

chore(Replies): Clean up the UI for replies to make them more clear. #942

Workflow file for this run

name: Remove All Labels
on:
pull_request:
types: [closed]
jobs:
remove_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rogerluan/label-remover@v1.1.0
with:
github_token: ${{ secrets.github_token }}