Skip to content

Commit 2c3fb18

Browse files
authored
Automerge
1 parent 48991a6 commit 2c3fb18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/auto-approve.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Auto merge
2+
on: pull_request_target
3+
4+
jobs:
5+
auto-approve:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: automerge
9+
uses: "pascalgn/[email protected]"
10+
env:
11+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
12+
MERGE_LABELS: ""
13+
MERGE_FILTER_AUTHOR: "scala-steward"

0 commit comments

Comments
 (0)