mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 06:48:04 +00:00
Use jacogr/action-approve (#1163)
This commit is contained in:
@@ -23,12 +23,3 @@ pull_request_rules:
|
||||
queue:
|
||||
name: default
|
||||
method: squash
|
||||
|
||||
- name: auto approval
|
||||
conditions:
|
||||
- author~=^jacogr$
|
||||
- label=automerge
|
||||
actions:
|
||||
review:
|
||||
type: APPROVE
|
||||
message: This auto-approval rule should be removed once more JS maintainers are active.
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
name: PR
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
auto-approve:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: jacogr/action-approve@master
|
||||
with:
|
||||
authors: jacogr
|
||||
labels: automerge
|
||||
token: ${{ secrets.GH_PAT_BOT }}
|
||||
Reference in New Issue
Block a user