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