Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/pip/auto-py-to-exe-2.43.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Apr 18, 2024
2 parents 6cae9c3 + 48e095c commit d280602
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/automerge.yml
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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nbconvert==7.16.3
nbformat==5.10.4
packaging==24.0
pandocfilters==1.5.1
parso==0.8.3
parso==0.8.4
pbr==6.0.0
pefile==2023.2.7
pickleshare==0.7.5
Expand All @@ -57,7 +57,7 @@ prompt-toolkit==3.0.43
psutil==5.9.8
pure-eval==0.2.2
pyasn1==0.6.0
pycparser==2.21
pycparser==2.22
Pygments==2.17.2
pyinstaller==6.5.0
pyinstaller-hooks-contrib==2024.3
Expand Down

0 comments on commit d280602

Please sign in to comment.