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

16 lines
383 B
YAML
Raw Normal View History

2020-11-23 13:55:29 -05:00
on:
pull_request:
types: [ opened ]
name: Pull Requests
jobs:
pullRequestHandler:
name: Pull Request Validator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
2020-11-23 19:34:39 -05:00
- name: Pull Request Validator
uses: Ash258/Scoop-GithubActions@stable-win
2020-11-23 13:55:29 -05:00
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 }}