scoop-earne/.github/workflows/issue_commented.yml

17 lines
455 B
YAML
Raw Normal View History

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:
2020-11-23 19:34:39 -05:00
GITH_EMAIL: earnestma@hotmail.com
2020-11-23 13:55:29 -05:00
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}