CodeEditor - testing is needed for interactions with React Dropzone and the Monaco Editor #2935
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: Add relevant issues to extensions project board | |
| on: | |
| issues: | |
| types: | |
| - labeled | |
| jobs: | |
| add-to-extensions: | |
| if: github.event.label.name == 'extension' | |
| name: Add issue to extensions board | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/patternfly/projects/12 | |
| github-token: ${{ secrets.GH_PROJECTS }} |