update(test): fix sidebar tests after mobile changes #195
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0.1 | |
with: | |
github_token: ${{ secrets.github_token }} |