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
17 changes: 0 additions & 17 deletions .github/in-solidarity.yml

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
checks
- All projects are listed in [CODEOWNERS](./CODEOWNERS) and [README](./README.md)
- Contributor License [Agreement](https://opensource.google/docs/cla/)
- In [Solidarity](https://developers.google.com/style/inclusive-documentation)
- [Pipelines](./PIPELINES.md)
- Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
standards to tell the release automation which [SemVer](https://semver.org/)
Expand Down
10 changes: 5 additions & 5 deletions PIPELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ The pipeline context also has the `gcloud` context of a serviceaccount user
## Static Checks

Static code checks such as [Mega Linter](https://megalinter.github.io/)
and [In Solidarity](https://github.com/apps/in-solidarity) are part of the
linter workflow. They do not need to be included in your pipeline script. We
recommend you allow the DevRel [workflows](.github/workflows) to automatically
run on your fork as this is simpler than running locally. In case the workflows
are disabled, you can manually enable them again as described [here](https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow).
are part of the linter workflow. They do not need to be included in your
pipeline script. We recommend you allow the DevRel [workflows](.github/workflows)
to automatically run on your fork as this is simpler than running locally. In case
the workflows are disabled, you can manually enable them again as described
[here](https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow).
We don't mind if the Pull Request fails at first due to these checks!

## GitHub Pages
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
limitations under the License.
-->

[![In Solidarity](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity)

Common solutions and tools developed by Apigee.

## References
Expand Down
Loading