[Bug]: Issue with Adding External JS Libraries in Appsmith's Custom URL Setup #130206
This file contains hidden or 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: Mastermind Labeler Workflow | |
| on: | |
| issues: | |
| types: [labeled, unlabeled] | |
| jobs: | |
| run: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2.3.4 | |
| - uses: Videndum/label-mastermind@2.1.1 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |