Skip to content

Commit

Permalink
Defoil demorgan's laws
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 31, 2025
1 parent ed7e06f commit 3dd5a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ runs:
id: 'toggle-automerge'
if: |-
# Skip if draft == true, draft PRs cannot modify auto-merge
${{ fromJSON(steps.compute-changes.outputs.has_changes || 'false') && !fromJSON(inputs.draft || 'false') }}
${{ fromJSON(steps.compute-changes.outputs.has_changes || 'false') || !fromJSON(inputs.draft || 'false') }}
env:
GH_TOKEN: '${{ inputs.token }}'
DISABLE_AUTO_MERGE: '${{ fromJSON(inputs.disable_automerge) }}'
Expand Down

0 comments on commit 3dd5a81

Please sign in to comment.