Skip to content

Commit bbe8047

Browse files
committed
feat: mirror releases to bcr
1 parent 493ba15 commit bbe8047

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/bcr.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ on:
2222

2323
env:
2424
# Bazel central registry to post a pull request to.
25-
BCR: aspect-build/bazel-central-registry
25+
BCR: bazelbuild/bazel-central-registry
2626

2727
# Fork of the bazel central registery to push the pull request branch to
28-
# BCR_FORK: aspect-build/bazel-central-registry
29-
# TODO: disable this for bazel-lib as we always want to push to our own fork,
30-
# but re-enable for later plugin
28+
BCR_FORK: aspect-build/bazel-central-registry
29+
30+
# String containing submitters to tag
31+
SUBMITTERS: "@alexeagle, @kormide"
3132

3233
jobs:
3334
bcr-pull-request:
@@ -64,15 +65,14 @@ jobs:
6465
with:
6566
token: ${{ steps.generate-token.outputs.token }}
6667
path: bcr
67-
# push-to-fork: ${{ env.BCR_FORK }}
68+
push-to-fork: ${{ env.BCR_FORK }}
6869
commit-message: ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
6970
branch: ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
7071
title: ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
7172
body: |
72-
[Automated] Publish ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }} to bcr by [bazel-contrib](https://github.com/bazel-contrib).
73+
[Automated] Publish ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}.
7374
74-
Manual checks:
75-
- [ ] I have checked that the version is correct.
76-
- [ ] I have checked that the compatibility_level in MODULE.bazel is correct.
75+
Submitters:
76+
${{ env.SUBMITTERS }}
7777
- name: Echo PR url
7878
run: echo ${{ steps.post_pr.outputs.pull-request-url }}

0 commit comments

Comments
 (0)