Skip to content

Commit

Permalink
internal/ci: configure tip as a branch
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Ic0a4b76f82f52dc3d50364a6df9dafe873e10ae6
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1185050
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Chief Cueckoo <[email protected]>
  • Loading branch information
myitcv committed Mar 20, 2024
1 parent e6e5e18 commit 516e4f3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evict_caches.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/push_tip_to_trybot.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/trybot.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## `beta.cuelang.org`
## `tip.cuelang.org`

A simple redirect to https://cuelang.org
2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base
githubRepositoryPath: "cue-lang/cuelang.org"

defaultBranch: _
protectedBranchPatterns: [defaultBranch, "alpha", "beta", "old"]
protectedBranchPatterns: [defaultBranch, "alpha", "tip", "old"]

botGitHubUser: "cueckoo"
botGitHubUserEmail: "[email protected]"
Expand Down

0 comments on commit 516e4f3

Please sign in to comment.