-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master into dependabot/npm_and_yarn/minimist-1.2.8
- Loading branch information
Showing
3 changed files
with
6,136 additions
and
2,246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Merge base branch into PRs | ||
|
||
on: | ||
push: | ||
branches: | ||
# Automatically merge main/master branch into PR local branch. | ||
- master | ||
|
||
jobs: | ||
merge: | ||
name: PR base merge | ||
runs-on: ubuntu-latest | ||
strategy: | ||
max-parallel: 1 | ||
steps: | ||
- name: PR base merge | ||
uses: deliveryhero/pr-base-auto-merger@main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# Delay in seconds between consecutive merges | ||
MERGE_DELAY: 5 | ||
# Label of PRs for which base can be merged. Use '*' to include all open PRs. | ||
MERGE_LABEL: '*' |
Oops, something went wrong.