From 53507401c2e05c24fcceb40b1feedb9e43c07e6f Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 4 Mar 2025 23:10:05 +0100 Subject: [PATCH] Add twitter and sentiment analysis actions (#8) Co-authored-by: Lukasz Gornicki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04d6fff..340c1c4 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Continuous Distribution of Funding to your Project Contributors and Dependencies](https://github.com/protontypes/libreselery) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) +- [Code of Conduct Compliance Through Sentiments Analysis](https://github.com/derberg/code-of-conduct-sentiment-analysis-github-action) - Analyze sentiments in issues and PRs to identify negative content that may violate your code of conduct. - [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations. - [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). @@ -425,6 +426,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) - [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync) - [Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions) +- [GitHub Twittction](https://github.com/m1ner79/Github-Twittction) - Post on Twitter after different GitHub events. - [GitHub Action Notification for Discord, Slack, Telegram, Google Chat, Microsoft Teams](https://github.com/hunghg255/action-notifications) ### Deployment