Skip to content

Commit

Permalink
Fix auto merge (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov authored Feb 23, 2025
1 parent 5253e37 commit d95d956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: ["master", "main"]
types: [opened, synchronize, reopened]

# Define permissions at the workflow level
permissions:
pull-requests: write # Needed to merge PRs and comment
contents: write # Needed to update the repository (e.g., merge commits)

jobs:
dependabot:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d95d956

Please sign in to comment.