aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
blob: ad312d5fcdc6f90d6dd56d167a5bf51ff4c18dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:
  pull_request_target:
    types: [opened]
name: Pull Requests
jobs:
  pullRequestHandler:
    name: PullRequestHandler
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@main
      - name: PullRequestHandler
        uses: ScoopInstaller/GithubActions@main
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}