Skip to content

Commit

Permalink
Update cumulusci/core/dependencies/resolvers.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Estevez <j@jstvz.dev>
  • Loading branch information
jlantz and jstvz authored Oct 1, 2024
1 parent 35082a0 commit d1f336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/core/dependencies/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_branches(

class GitHubReleaseBranchCommitStatusResolver(AbstractGitHubReleaseBranchResolver):
"""Resolver that identifies a ref by finding a beta 2GP package version
in a commit status on a `feature/NNN` release branch."""
in a commit status on a `feature/NNN` release branch."""

name = "GitHub Release Branch Commit Status Resolver"
commit_status_context = "2gp_context"
Expand Down

0 comments on commit d1f336a

Please sign in to comment.