Skip to content

Commit 7c37234

Browse files
committed
chore: remove in-solidarity bot configuration and references
Remove .github/in-solidarity.yml and references from README.md, CONTRIBUTING.md, and PIPELINES.md following the removal of the Inclusive Language required status check.
1 parent 5d292b6 commit 7c37234

4 files changed

Lines changed: 5 additions & 25 deletions

File tree

.github/in-solidarity.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
checks
3939
- All projects are listed in [CODEOWNERS](./CODEOWNERS) and [README](./README.md)
4040
- Contributor License [Agreement](https://opensource.google/docs/cla/)
41-
- In [Solidarity](https://developers.google.com/style/inclusive-documentation)
4241
- [Pipelines](./PIPELINES.md)
4342
- Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
4443
standards to tell the release automation which [SemVer](https://semver.org/)

PIPELINES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ The pipeline context also has the `gcloud` context of a serviceaccount user
6565
## Static Checks
6666

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

7575
## GitHub Pages

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
limitations under the License.
1616
-->
1717

18-
[![In Solidarity](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity)
19-
2018
Common solutions and tools developed by Apigee.
2119

2220
## References

0 commit comments

Comments
 (0)