Skip to content

Commit

Permalink
Fix typos in PullRequestMergeForm.vue header comment (#21378)
Browse files Browse the repository at this point in the history
Signed-off-by: Yarden Shoham <[email protected]>
  • Loading branch information
yardenshoham authored Oct 9, 2022
1 parent 768e16d commit 97f3f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/js/components/PullRequestMergeForm.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!--
if this component is shown, either the user is admin (can do merge without checks), or they is a writer who has the permission to do merge
if the user is a writer and can't do merge now (canMergeNow==false), then only show the Auto Merge for them
if this component is shown, either the user is an admin (can do a merge without checks), or they are a writer who has the permission to do a merge
if the user is a writer and can't do a merge now (canMergeNow==false), then only show the Auto Merge for them
How to test the UI manually:
* Method 1: manually set some variables in pull.tmpl, eg: {{$notAllOverridableChecksOk = true}} {{$canMergeNow = false}}
* Method 2: make a protected branch, then set state=pending/success :
Expand Down

0 comments on commit 97f3f19

Please sign in to comment.