Skip to content

Commit

Permalink
more GH yaml fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Dec 18, 2023
1 parent da25667 commit 2e90acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Disable auto-merge if human modified PR
if: steps.pr_author.human_pushed == "true"
if: steps.pr_author.human_pushed == 'true'
run: |
echo "disabling auto-merge due to non-dependabot push"
gh pr merge --disable-auto "$PR_URL"
Expand Down

0 comments on commit 2e90acb

Please sign in to comment.