We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e361fd4 commit a657fa8Copy full SHA for a657fa8
pkg/cmd/pr/checks/checks.go
@@ -134,7 +134,7 @@ func checksRun(opts *ChecksOptions) error {
134
for {
135
findOptions := shared.FindOptions{
136
Selector: opts.SelectorArg,
137
- Fields: []string{"number", "baseRefName", "statusCheckRollup"},
+ Fields: []string{"number", "headRefName", "statusCheckRollup"},
138
}
139
pr, _, err := opts.Finder.Find(findOptions)
140
if err != nil {
0 commit comments