Skip to content

Commit

Permalink
Merge branch 'main' into twitter-icon-added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-kv authored Oct 21, 2024
2 parents bba2ed6 + b66741e commit 7125ca3
Show file tree
Hide file tree
Showing 23 changed files with 2,784 additions and 1,353 deletions.
20 changes: 20 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "Shariq2003",
"name": "Shariq",
"avatar_url": "https://avatars.githubusercontent.com/u/109452033?v=4",
"ScreenShot": "https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/screenshots/shariq.png",
"profile": "https://github.com/Shariq2003",
"contributions": [
"review"
]
},
{
"login": "Tusharb331",
"name": "Tushar Bansal",
"avatar_url": "https://avatars.githubusercontent.com/u/120712500?v=4",
"ScreenShot": "https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/screenshots/tushar-bansal.png",
"profile": "https://github.com/Tusharb331",
"contributions": [
"review"
]
},
{
"login": "dinxsh",
"name": "Dinesh Talwadker",
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/autocomment-issue-raise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ jobs:
run: |
COMMENT=$(cat <<EOF
{
"body": "Thank you for creating this issue! 🎉 We'll look into it asap and assign you based on FCFS
-[] In the meantime, please make sure to Join recode org [Invite link](https://github.com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization)
-[] The main code file is located in gh-pages branch
-[] Watch the complete youtube [GitHub Tutorial](https://stream.recodehive.com/github)
Your contributions are highly appreciated!
😊 Don't forgot to follow me @sanjay-kv `More surprise when you raise PR`"
"body": "Thank you for creating this issue! 🎉 We'll look into it asap and assign you based on FCFS, In the meantime, please make sure to Join recode org [Invite link](https://github.com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization). <br> The main code file is located in gh-pages branch, and workflows on main branch. Until we assign you issue, Watch the complete youtube [GitHub Tutorial](https://stream.recodehive.com/github) , Your contributions are highly appreciated!, 😊 Don't forgot to follow @sanjay-kv, `More surprise when you raise PR`"
}
EOF
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/capture-screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async function takeScreenshot(username) {
const url = `https://github.com/${username}`;
const browser = await puppeteer.launch({
headless: true,
executablePath: '/usr/bin/google-chrome-stable', // Path to Chrome executable
executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', // Path to Chrome executable
args: ['--no-sandbox', '--disable-setuid-sandbox']
});
const page = await browser.newPage();
Expand Down
Binary file added .github/workflows/screenshots/himasnhu018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7125ca3

Please sign in to comment.