[Wiki] Java Article is outdated and doesn't reflect the current state of the java bucket #169
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
| on: | |
| issue_comment: | |
| types: [ created ] | |
| name: Commented Pull Request | |
| jobs: | |
| pullRequestHandler: | |
| name: PullRequestHandler | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@main | |
| - name: PullRequestHandler | |
| uses: ScoopInstaller/GithubActions@main | |
| if: startsWith(github.event.comment.body, '/verify') | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |