Skip to content

Commit e8cd09f

Browse files
authored
Merge pull request mdn#133 from mdn/auto-merge
chore(ci): Add auto-merge workflow
2 parents dbae5ca + b5ce476 commit e8cd09f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
auto-merge:
8+
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
9+
with:
10+
target-repo: "mdn/django-locallibrary-tutorial"
11+
secrets:
12+
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)