SymphonyElectron/.github/workflows/automerge.yml
Vishwas Shashidhar 32d1b2bf69
chore: add new actions for PRs (#1085)
* add new actions for PRs

- remove minimum reviews
- add auto assign PRs
- add auto merge PRs
- add reminders for PR reviews
- add stats for PR workflow

* fix stats workflow to include repositories & token

* update stats period to 30 days

* remove some bots
2020-10-09 18:18:31 +05:30

28 lines
497 B
YAML

name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.11.0"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"