Initial commit
This commit is contained in:
14
.github/workflows/pull_request.yml
vendored
Normal file
14
.github/workflows/pull_request.yml
vendored
Normal file
@@ -0,0 +1,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 }}
|
||||
Reference in New Issue
Block a user