Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/bazelbuild/rules_scala",
"homepage": "https://github.com/bazel-contrib/rules_scala",
"maintainers": [
{
"name": "Simonas Pinevičius",
Expand All @@ -13,7 +13,7 @@
}
],
"repository": [
"github:bazelbuild/rules_scala"
"github:bazel-contrib/rules_scala"
],
"versions": [],
"yanked_versions": {}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-bcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
tag_name: ${{ inputs.tag_name }}
# bazelbuild/bazel-central-registry fork used to open a pull request.
registry_fork: bazel-contrib/bazel-central-registry
# No need to create a draft since PRs are opened by a machine account
draft: false
permissions:
attestations: write
contents: write
Expand Down