-
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
Showing
1 changed file
with
3 additions
and
21 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 |
---|---|---|
@@ -1,23 +1,5 @@ | ||
# Auto Invite To The Organization By Star | ||
# Join us | ||
|
||
A GitHub Action script to automatically invite everyone to your organization that `stars` your repository. | ||
Star this repository to join us. | ||
|
||
## What is this? | ||
|
||
You can FORK and STAR this repository, after that you will be invited to a surprising and fantastic organization. | ||
|
||
--- | ||
|
||
## Deploy to your organization | ||
|
||
### Fork this repository | ||
|
||
### Create `ACCESS_TOKEN` variable at Secrets | ||
|
||
Open `https://github.com/settings/tokens/new` and create a token with `admin:org` scope. | ||
|
||
### Create `ORG_NAME` and `TEAM_NAME` variable at Secrets | ||
|
||
Just copy from your organization and team URLs. | ||
|
||
`https://github.com/orgs/{ORG_NAME}/teams/{TEAM_NAME}/members` | ||
Inspired by [AutoInviteToOrgByStar](https://github.com/BaseMax/AutoInviteToOrgByStar). |