Skip to content

Commit 9f9883e

Browse files
authored
chore: update GH org in BCR metadata (bazel-contrib#1737)
1 parent 999fa48 commit 9f9883e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bcr/metadata.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://github.com/bazelbuild/rules_scala",
2+
"homepage": "https://github.com/bazel-contrib/rules_scala",
33
"maintainers": [
44
{
55
"name": "Simonas Pinevičius",
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"repository": [
16-
"github:bazelbuild/rules_scala"
16+
"github:bazel-contrib/rules_scala"
1717
],
1818
"versions": [],
1919
"yanked_versions": {}

.github/workflows/publish-to-bcr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
tag_name: ${{ inputs.tag_name }}
3030
# bazelbuild/bazel-central-registry fork used to open a pull request.
3131
registry_fork: bazel-contrib/bazel-central-registry
32+
# No need to create a draft since PRs are opened by a machine account
33+
draft: false
3234
permissions:
3335
attestations: write
3436
contents: write

0 commit comments

Comments
 (0)