fix(Loader): fix overlay shadow for loader in profile page #1079
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.1.0 | |
with: | |
github_token: ${{ secrets.github_token }} |