Render Javadoc descriptions safely and ignore block tags #966
Workflow file for this run
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: "Set theme labels" | |
| on: | |
| - pull_request_target | |
| permissions: | |
| contents: read | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: actions/labeler@v4 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |