We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c1473 commit 3323a88Copy full SHA for 3323a88
lib/success.js
@@ -457,7 +457,7 @@ function buildAssociatedPRsQuery(shas) {
457
repository(owner: $owner, name: $repo) {
458
${shas
459
.map((sha) => {
460
- return `commit${sha.slice(0, 6)}: object(oid: "${sha}") {
+ return `commit${sha.slice(0, 12)}: object(oid: "${sha}") {
461
...on Commit {
462
oid
463
associatedPullRequests(first: 100) {
0 commit comments