[PR #1395] Add BCR publishing configuration for brotli and brotli_go modules #2007

Open
opened 2026-01-29 20:56:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1395
Author: @mmorel-35
Created: 11/23/2025
Status: 🔄 Open

Base: masterHead: bcr


📝 Commits (2)

  • 5251c3c Add BCR publishing configuration for brotli and brotli_go modules
  • eff4cbb Add BCR publishing configuration for brotli and brotli_go modules

📊 Changes

9 files changed (+217 additions, -0 deletions)

View changed files

.bcr/README.md (+69 -0)
.bcr/config.yml (+8 -0)
.bcr/go/metadata.template.json (+14 -0)
.bcr/go/presubmit.yml (+32 -0)
.bcr/go/source.template.json (+5 -0)
.bcr/metadata.template.json (+14 -0)
.bcr/presubmit.yml (+41 -0)
.bcr/source.template.json (+5 -0)
.github/workflows/publish_to_bcr.yaml (+29 -0)

📄 Description

Description

Add BCR publishing configuration for brotli and brotli_go modules


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1395 **Author:** [@mmorel-35](https://github.com/mmorel-35) **Created:** 11/23/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `bcr` --- ### 📝 Commits (2) - [`5251c3c`](https://github.com/google/brotli/commit/5251c3cd7924f6f8f4f8bbf11dcde02d3c88693c) Add BCR publishing configuration for brotli and brotli_go modules - [`eff4cbb`](https://github.com/google/brotli/commit/eff4cbb0f11290ff13f26f2f79afefbe3d0aa90b) Add BCR publishing configuration for brotli and brotli_go modules ### 📊 Changes **9 files changed** (+217 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.bcr/README.md` (+69 -0) ➕ `.bcr/config.yml` (+8 -0) ➕ `.bcr/go/metadata.template.json` (+14 -0) ➕ `.bcr/go/presubmit.yml` (+32 -0) ➕ `.bcr/go/source.template.json` (+5 -0) ➕ `.bcr/metadata.template.json` (+14 -0) ➕ `.bcr/presubmit.yml` (+41 -0) ➕ `.bcr/source.template.json` (+5 -0) ➕ `.github/workflows/publish_to_bcr.yaml` (+29 -0) </details> ### 📄 Description #### Description Add BCR publishing configuration for brotli and brotli_go modules --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#2007