Fix unpin hint on the pinned pull requests (#33207)
This commit is contained in:
parent
8c6d7076b7
commit
fd7d393c67
3 changed files with 4 additions and 4 deletions
|
@ -112,8 +112,8 @@ const (
|
|||
CommentTypePRScheduledToAutoMerge // 34 pr was scheduled to auto merge when checks succeed
|
||||
CommentTypePRUnScheduledToAutoMerge // 35 pr was un scheduled to auto merge when checks succeed
|
||||
|
||||
CommentTypePin // 36 pin Issue
|
||||
CommentTypeUnpin // 37 unpin Issue
|
||||
CommentTypePin // 36 pin Issue/PullRequest
|
||||
CommentTypeUnpin // 37 unpin Issue/PullRequest
|
||||
|
||||
CommentTypeChangeTimeEstimate // 38 Change time estimate
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue