Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/gaurav-nelson/gi…
Browse files Browse the repository at this point in the history
…thub-action-markdown-link-check-1.0.15
  • Loading branch information
MartinGroscheTT authored May 23, 2023
2 parents 52c1347 + 4eb9e7b commit 7f87212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' && contains( github.event.pull_request.labels.*.name, 'github_actions') }}
steps:
- name: Enable auto-merge for Dependabot GitHub Actions PRs
run: gh pr merge --auto --squash "$PR_TITLE"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_TITLE: ${{github.event.pull_request.title}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 7f87212

Please sign in to comment.