Skip to content

Commit a797903

Browse files
committed
ci(auto-merge): sync workflow
1 parent 70fee90 commit a797903

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request_target:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
auto-merge:
11+
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
12+
if: github.repository_owner == 'mdn'
13+
secrets:
14+
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)