Prepare Allure Java 3.0.0 with Java 17 baseline and HTTP exchange attachments #1007
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 }} |