This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/pip/auto-py-to-exe-2.43.3
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 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,25 @@ | ||
name: Enable automerge on dependabot PRs | ||
|
||
on: | ||
# See note below about using pull_request_target | ||
pull_request_target: | ||
|
||
jobs: | ||
automerge: | ||
name: Enable automerge on dependabot PRs | ||
runs-on: windows-latest | ||
steps: | ||
- name: Enable automerge on dependabot PRs | ||
uses: daneden/enable-automerge-action@v1 | ||
with: | ||
# A personal access token that you have generated and saved in the | ||
# repo or org’s encrypted secrets | ||
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
|
||
# The name of the PR author to enable automerge for | ||
# Defaults to dependabot[bot] | ||
allowed-author: "dependabot[bot]" | ||
|
||
# Allowed values: MERGE | SQUASH | REBASE | ||
# Defaults to MERGE | ||
merge-method: MERGE |
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