feat: added new and cloned panel at the bottom of the page #12404
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-label | |
on: | |
pull_request_target: | |
types: [synchronize] | |
jobs: | |
remove: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Remove label ok-to-test from PR | |
uses: buildsville/[email protected] | |
with: | |
label: ok-to-test | |
type: remove | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Remove label testing-deploy from PR | |
uses: buildsville/[email protected] | |
with: | |
label: testing-deploy | |
type: remove | |
token: ${{ secrets.GITHUB_TOKEN }} |