Skip to content

Commit

Permalink
Merge pull request #8069 from jrjohnson/fix-automerge-i-hate-this
Browse files Browse the repository at this point in the history
Remove Broken Statement
  • Loading branch information
stopfstedt committed Aug 15, 2024
2 parents 70f1f62 + 70fa1d9 commit 695e722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: |
echo ${{ env.isSafe }}
echo ${{ env.isNotMajor }}
echo (test -z ${{env.isSafe}} && test -z ${{env.isNotMajor}})
- id: should_merge
run: (test -z ${{env.isSafe}} && test -z ${{env.isNotMajor}}) && echo "shouldMerge=yes" >> "$GITHUB_OUTPUT"
auto_merge:
Expand Down

0 comments on commit 695e722

Please sign in to comment.