mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-22 23:11:05 +09:00
15 lines
410 B
YAML
15 lines
410 B
YAML
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 }}
|