-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 98cb1e9
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "❓ Question" | ||
url: "https://discord.com/invite/AeAjegXn6D" | ||
about: "Feel free to ask your question on our Discord server." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Join our GitHub Organization | ||
description: Request an invitation to join our GitHub Organization | ||
title: "I want to join your GitHub Organization" | ||
labels: [Invitation] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your Name | ||
placeholder: Enter your name here | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Invite on Label | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
automate_invite: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Invite on label | ||
uses: vj-abigo/[email protected] | ||
with: | ||
organization: PriyanshOrg | ||
label: Invitation | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
comment: > | ||
<b>Invitation sent to join our GitHub Organization.</b> | ||
<br>Go to [github.com/PriyanshOrg](https://github.com/PriyanshOrg) and accept the invitation from the popup. | ||
<br> > You can also join our Discord community | ||
<br> <br>[![](https://oyepriyansh.pages.dev/6e8rgget)](https://discord.com/invite/AeAjegXn6D) | ||
env: | ||
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Join Priyansh's GitHub Organization</title> | ||
<meta name="title" content="Join Priyansh'S GitHub Organization" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://priyansh.js.org" /> | ||
<meta property="og:title" content="Join Priyansh'S GitHub Organization" /> | ||
<meta property="og:image" content="https://avatars.githubusercontent.com/u/150340585" /> | ||
<meta property="twitter:url" content="https://priyansh.js.org" /> | ||
<meta property="twitter:title" content="Join Priyansh'S GitHub Organization" /> | ||
<meta property="twitter:description" content="" /> | ||
<meta property="twitter:image" content="https://avatars.githubusercontent.com/u/150340585" /> | ||
<meta http-equiv="refresh" content="0; url=https://oyepriyansh.pages.dev/e5t8hde" /> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1TQK51863C"></script> | ||
<script type="text/javascript" src="https://oyepriyansh.pages.dev/cdnjs/analytics/priyansh.js.org.js"></script> | ||
</head> | ||
|
||
</html> |