mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
17 lines
338 B
YAML
17 lines
338 B
YAML
name: bot
|
|
|
|
on:
|
|
pull_request:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
merge:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: jacogr/action-merge@d2d64b4545acd93b0a9575177d3d215ae3f92029
|
|
with:
|
|
checks: pr (build),pr (lint),pr (test)
|
|
labels: -auto
|
|
strategy: squash
|
|
token: ${{ secrets.GH_PAT_BOT }}
|