forked from zoo-js/zoo
-
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
2 changed files
with
10 additions
and
3 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,10 @@ | ||
## π€ Actions Description | ||
|
||
| Name | Trigger | Description | | ||
| -- | -- | -- | | ||
| add-need-info | Issue labeled `need accurate info` | Used to remind applicant that the issue format is incorrect. | | ||
| auto-invite | Issue labeled `auto invited` | Automatically invite applicant to join the organization based on issue. And will close the issue. | | ||
| check-application | Issue labeled `π Application` | Check if the issue format is correct. If it is, will added `auto invited` label automatically, else added `need accurate info`. | | ||
| check-need-info | Every 7 days | Issue will be closed when it labeled `need accurate info` but not active for a long time. | | ||
| fix-need-info | Issue edit with `need accurate info` label | Check whether the revised format of issue is correct. If correct, will added `auto invited` label, else comment to remind. | | ||
| labeler | Issue opened | For newly opened issue add `π Application` label. | |
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