tools/jpackage/windows/Win8282351Test.java in jdk_tools_0 fails on most machines, passing on test-azure-win2012r2-x64-3 #16246
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
# Label adding bot, see .github/labeler.yml for config | |
name: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
issues: | |
issue_comment: | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4.0.2 | |
if: ${{ github.event.pull_request }} | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: fuxingloh/multi-labeler@fb9bc28b2d65e406ffd208384c5095793c3fd59a # v1.8.0 | |
with: | |
github-token: "${{secrets.GITHUB_TOKEN}}" | |
config-path: .github/regex_labeler.yml |