aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2024-10-28 13:37:20 -0500
committerGitHub <noreply@github.com>2024-10-28 13:37:20 -0500
commit7f1529eb1c6be69318f95f2ce90b09bcf0eec232 (patch)
tree72b1a2adb1ac248f6dda903b89e6c77ee84531a0 /.github/workflows/pull_request.yml
downloadscoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar.gz
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar.bz2
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar.lz
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar.xz
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.tar.zst
scoop-7f1529eb1c6be69318f95f2ce90b09bcf0eec232.zip
Initial commit
Diffstat (limited to '')
-rw-r--r--.github/workflows/pull_request.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
new file mode 100644
index 0000000..ad312d5
--- /dev/null
+++ b/.github/workflows/pull_request.yml
@@ -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 }}