From 5eeacf7ec9fae00bc0a71605402a943d31c75d6a Mon Sep 17 00:00:00 2001 From: Hill Patel <86945160+PatelVro@users.noreply.github.com> Date: Sat, 25 Jan 2025 18:32:21 -0500 Subject: [PATCH] Update auto-pr-merge.yml (#93490) Removed Twitter from social media sharing options. And Corrected the title and alt of the facebook logo. --- .github/workflows/auto-pr-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-merge.yml b/.github/workflows/auto-pr-merge.yml index 02d82a34..874eaa44 100644 --- a/.github/workflows/auto-pr-merge.yml +++ b/.github/workflows/auto-pr-merge.yml @@ -119,7 +119,7 @@ jobs: const greeting = `Hello @${username}, congratulations! You've successfully submitted a pull request. 🎉`; const starRepoMessage = `If you liked the tutorial, please star this repo by clicking the star button on the top right of this page. star screenshot`; - const nextSteps = `# Next steps \n - Continue contributing: If you're looking for projects to contribute to, checkout our [ webapp](${web_url}). \n - Join our Slack group: We have a community to help/support contributors. [ Join slack group](${slack_invite_url}). \n - Share on social media: You can share this content to help more people.\n - [bluesky Post on Bluesky](${bluesky_share_link}).\n - [ twitter tweet](${twitter_tweet_share}).\n - [twitter share](${fb_share_link}).\n - [ reddit share](${reddit_link}).\n - [linkedin post](${linkedin_share_link}).\n - [devio publish](${dev_share_link}).\n - [ Post on HackerNews](${hackernews_share_link}).`; + const nextSteps = `# Next steps \n - Continue contributing: If you're looking for projects to contribute to, checkout our [ webapp](${web_url}). \n - Join our Slack group: We have a community to help/support contributors. [ Join slack group](${slack_invite_url}). \n - Share on social media: You can share this content to help more people.\n - [bluesky Post on Bluesky](${bluesky_share_link}).\n - [facebook share](${fb_share_link}).\n - [ reddit share](${reddit_link}).\n - [linkedin post](${linkedin_share_link}).\n - [devio publish](${dev_share_link}).\n - [ Post on HackerNews](${hackernews_share_link}).`; const feedbackMessage = `We'd love to hear your thoughts about this project. Let us know how we can improve by commenting or opening an issue here.`; const gif = `![celebration gif](${getRandomGif()})`;