Skip to content

Commit

Permalink
🔄 Synced file(s) with Nef10/common-swift-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Sep 6, 2021
1 parent a29bbed commit aee1e7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto-Merge
on:
pull_request_target:
types: [labeled]

jobs:
enable-auto-merge:
name: Enable Auto Merge
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'file-sync-app[bot]' && contains(github.event.pull_request.labels.*.name, 'sync')
steps:
- uses: alexwilson/enable-github-automerge-action@main
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge-method: "REBASE"

0 comments on commit aee1e7b

Please sign in to comment.