Skip to content

Commit

Permalink
Improve scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed Jun 12, 2024
1 parent f81f5b1 commit 70b63b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Dependabot auto-merge
on: pull_request

permissions:
pull-requests: write
contents: write
permissions: {}


jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.event.label.name == 'automerge' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
Expand Down

0 comments on commit 70b63b8

Please sign in to comment.