Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve buf-ci action and add README and LICENSE #608

Merged
merged 9 commits into from
Jun 26, 2024
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
17 changes: 10 additions & 7 deletions .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: Buf CI
on:
push:
paths:
- '**.proto'
- '**/buf.yaml'
- '**/buf.lock'
- '**/buf.md'
- '**/README.md'
- '**/LICENSE'
- .github/workflows/buf-ci.yaml
- 'buf.yaml'
- 'buf.lock'
- 'proto/README.md'
- 'proto/LICENSE'
- 'proto/**.proto'
- '.github/workflows/buf-ci.yaml'
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches-ignore:
# Ignore PRs triggered by the 'fetch.yaml' github action, keep synced with the branch name in
# that file.
- 'fetch-modules'
delete:
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
add-paths: ./modules/sync/**
commit-message: "Detected new managed modules references"
# This branch is ignored for the 'buf-ci.yaml' action. Keep this branch name synced there.
branch: fetch-modules
delete-branch: true
title: "Found new managed modules references"
Expand Down
1 change: 1 addition & 0 deletions proto/LICENSE
20 changes: 20 additions & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Managed modules

## Description

This module contains the definitions of the state of synced references for the Protobuf managed
modules. See the [managed modules repository][modules-git-repo] for details.

## Community

For help and discussion regarding Protobuf managed modules, join us on [Slack][slack].

For feature requests, bugs, or technical questions, email us at [dev@buf.build](dev@buf.build).

## Legal

Offered under the [Apache 2 license][license].

[modules-git-repo]: https://github.com/bufbuild/modules
[license]: https://github.com/bufbuild/modules/blob/main/LICENSE
[slack]: https://buf.build/links/slack