Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for its (0.13 sec)

  1. .github/workflows/CheckBadMerge.groovy

                return
            }
    
            // The correct state we are looking for is:
            // 1. It's a merge commit.
            // 2. One of its parent commits is from master only.
            // 3. Another parent commit is from master and release branch.
            // Otherwise, skip this commit.
            List<String> p1Branches = branchesOf(parentCommits[0])
    Groovy
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 19 10:35:44 GMT 2023
    - 6.5K bytes
    - Viewed (0)
Back to top