Skip to content

Commit

Permalink
internal/ci: protect alpha, old and tip branches
Browse files Browse the repository at this point in the history
Ahead of the flip from alpha.cuelang.org to cuelang.org

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: Iade08488fda68441431ebc169a8a85e667d89913
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1185174
Reviewed-by: Chief Cueckoo <chief.cueckoo@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@gmail.com>
  • Loading branch information
myitcv committed Mar 20, 2024
1 parent a4aaf0d commit 1ea1508
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 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.

1 change: 1 addition & 0 deletions .github/workflows/push_tip_to_trybot.yml

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

9 changes: 5 additions & 4 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 .github/workflows/update_tip.yml

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

2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ githubRepositoryPath: "cue-lang/cuelang.org"
alphaBranch: "alpha"

defaultBranch: _
protectedBranchPatterns: [defaultBranch, alphaBranch, "old"]
protectedBranchPatterns: [defaultBranch, alphaBranch, "old", "tip"]

botGitHubUser: "cueckoo"
botGitHubUserEmail: "cueckoo@gmail.com"
Expand Down

0 comments on commit 1ea1508

Please sign in to comment.