mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-23 09:38:04 +00:00
18 lines
331 B
YAML
18 lines
331 B
YAML
name: PR
|
|
|
|
on:
|
|
pull_request:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
auto-merge:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: jacogr/action-merge@master
|
|
with:
|
|
checks: build,lint,test
|
|
labels: automerge
|
|
strategy: squash
|
|
token: ${{ secrets.GH_PAT_BOT }}
|