Commit bbe8047 1 parent 493ba15 commit bbe8047 Copy full SHA for bbe8047
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
env :
24
24
# Bazel central registry to post a pull request to.
25
- BCR : aspect-build /bazel-central-registry
25
+ BCR : bazelbuild /bazel-central-registry
26
26
27
27
# 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"
31
32
32
33
jobs :
33
34
bcr-pull-request :
@@ -64,15 +65,14 @@ jobs:
64
65
with :
65
66
token : ${{ steps.generate-token.outputs.token }}
66
67
path : bcr
67
- # push-to-fork: ${{ env.BCR_FORK }}
68
+ push-to-fork : ${{ env.BCR_FORK }}
68
69
commit-message : ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
69
70
branch : ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
70
71
title : ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
71
72
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 }}.
73
74
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 }}
77
77
- name : Echo PR url
78
78
run : echo ${{ steps.post_pr.outputs.pull-request-url }}
You can’t perform that action at this time.
0 commit comments