Java/.github/workflows/pull_request.yml
Chawye Hsu fc6ac316d3
chore: refactor ci workflow
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2026-04-01 16:18:38 +08:00

15 lines
375 B
YAML

on:
pull_request:
types: [ opened ]
name: Pull Requests
jobs:
pullRequestHandler:
name: PullRequestHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: PullRequestHandler
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}