Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

Commit

Permalink
Add (DAGsHub) prefix to branch discovery traits
Browse files Browse the repository at this point in the history
  • Loading branch information
guysmoilov committed Apr 6, 2021
1 parent 45184ac commit eb1f223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>0.0.1</revision>
<revision>0.0.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.176.4</jenkins.version>
<java.level>8</java.level>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ForkPullRequestDiscoveryTrait.displayName=Discover pull requests from forks
ForkPullRequestDiscoveryTrait.displayName=(DAGsHub) Discover pull requests from forks
ForkPullRequestDiscoveryTrait.mergeOnly=Merging the pull request with the current target branch revision
ForkPullRequestDiscoveryTrait.headOnly=The current pull request revision
OriginPullRequestDiscoveryTrait.displayName=Discover pull requests from one branch in the repo to another
OriginPullRequestDiscoveryTrait.displayName=(DAGsHub) Discover pull requests from one branch in the repo to another
OriginPullRequestDiscoveryTrait.authorityDisplayName=Trust origin merge requests
TagDiscoveryTrait.authorityDisplayName=Trust origin tags
TagDiscoveryTrait.displayName=Discover tags
TagDiscoveryTrait.displayName=(DAGsHub) Discover tags
BranchDiscoveryTrait.authorityDisplayName=Trust origin branches
BranchDiscoveryTrait.displayName=Discover branches
BranchDiscoveryTrait.displayName=(DAGsHub) Discover branches

0 comments on commit eb1f223

Please sign in to comment.