Robyn icon indicating copy to clipboard operation
Robyn copied to clipboard

feat: Added a Github Action which tweet on Published release of Robyn

Open Mr-Sunglasses opened this issue 1 year ago • 4 comments

Description

This PR fixes #494

@sansyrox Added a Github Action that tweets on every Published release of Robyn.

Some configurations should need to be done from your side:-

  • [ ] Change permission to Read and Write for the Twitter API before you generate the access token & secret. Screenshot 2023-06-10 at 4 00 21 AM

  • [ ] Some variables need to be added to the GitHub repository secrets of the Project, they are Screenshot 2023-06-10 at 4 00 06 AM


Note 🚧: I am using an already created action ie. - send-tweet-action, we can also recreate this action from scratch, by recreating a Python script and running that Python script as a Github action, Looking forward for your preference.


Tell me if any changes need to be done to this.

Mr-Sunglasses avatar Jun 09 '23 22:06 Mr-Sunglasses

Hey @Mr-Sunglasses 👋

Thank you for the PR. This looks great from first glance :D I will try to do a deep review within the next few days 😄

sansyrox avatar Jun 12 '23 19:06 sansyrox

CodSpeed Performance Report

Merging #538 Mr-Sunglasses:github-action-release-tweet (8db88ca) will not alter performances.

Summary

🔥 0 improvements ❌ 0 regressions ✅ 91 untouched benchmarks

🆕 0 new benchmarks ⁉️ 0 dropped benchmarks

codspeed-hq[bot] avatar Jun 12 '23 19:06 codspeed-hq[bot]

Hey @Mr-Sunglasses 👋

Firstly, thank you for the PR 😄

I have two comments

  • I went through the code base of the github action and all looks good :D However, the latest release was in 2019.
  • Have you used this action before? Are you using this anywhere in production?

sansyrox avatar Jun 17 '23 23:06 sansyrox