Skip to content

Commit

Permalink
join
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh committed Feb 23, 2024
0 parents commit 98cb1e9
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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."
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/invitation.yml
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
23 changes: 23 additions & 0 deletions .github/workflows/invitation.yml
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 }}
22 changes: 22 additions & 0 deletions index.html
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>

0 comments on commit 98cb1e9

Please sign in to comment.