Skip to content

Commit 7125ca3

Browse files
authored
Merge branch 'main' into twitter-icon-added
2 parents bba2ed6 + b66741e commit 7125ca3

23 files changed

+2784
-1353
lines changed

.all-contributorsrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
"commitType": "docs",
88
"commitConvention": "angular",
99
"contributors": [
10+
{
11+
"login": "Shariq2003",
12+
"name": "Shariq",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/109452033?v=4",
14+
"ScreenShot": "https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/screenshots/shariq.png",
15+
"profile": "https://github.com/Shariq2003",
16+
"contributions": [
17+
"review"
18+
]
19+
},
20+
{
21+
"login": "Tusharb331",
22+
"name": "Tushar Bansal",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/120712500?v=4",
24+
"ScreenShot": "https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/screenshots/tushar-bansal.png",
25+
"profile": "https://github.com/Tusharb331",
26+
"contributions": [
27+
"review"
28+
]
29+
},
1030
{
1131
"login": "dinxsh",
1232
"name": "Dinesh Talwadker",

.github/workflows/autocomment-issue-raise.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ jobs:
1616
run: |
1717
COMMENT=$(cat <<EOF
1818
{
19-
"body": "Thank you for creating this issue! 🎉 We'll look into it asap and assign you based on FCFS
20-
-[] 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)
21-
-[] The main code file is located in gh-pages branch
22-
-[] Watch the complete youtube [GitHub Tutorial](https://stream.recodehive.com/github)
23-
Your contributions are highly appreciated!
24-
😊 Don't forgot to follow me @sanjay-kv `More surprise when you raise PR`"
25-
19+
"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`"
2620
}
2721
EOF
2822
)

.github/workflows/capture-screenshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function takeScreenshot(username) {
66
const url = `https://github.com/${username}`;
77
const browser = await puppeteer.launch({
88
headless: true,
9-
executablePath: '/usr/bin/google-chrome-stable', // Path to Chrome executable
9+
executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', // Path to Chrome executable
1010
args: ['--no-sandbox', '--disable-setuid-sandbox']
1111
});
1212
const page = await browser.newPage();
303 KB
Loading

0 commit comments

Comments
 (0)