2020-11-23 13:55:29 -05:00
|
|
|
on:
|
|
|
|
issue_comment:
|
|
|
|
types: [ created ]
|
|
|
|
name: Commented Pull Request
|
|
|
|
jobs:
|
|
|
|
pullRequestHandler:
|
|
|
|
name: Pull Request Validator
|
2020-11-23 19:34:39 -05:00
|
|
|
runs-on: windows-latest
|
2020-11-23 13:55:29 -05:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@main
|
|
|
|
- name: Pull Request Validation
|
2020-11-23 19:34:39 -05:00
|
|
|
uses: Ash258/Scoop-GithubActions@stable-win
|
2020-11-23 13:55:29 -05:00
|
|
|
if: startsWith(github.event.comment.body, '/verify')
|
|
|
|
env:
|
2021-01-09 17:24:08 -05:00
|
|
|
GITH_EMAIL: me@earne.link
|
2020-11-23 13:55:29 -05:00
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|