Last active
March 24, 2018 20:44
-
-
Save itaditya/f753bd0daac8500769b255c74b708844 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
context.github.issues.create({ | |
owner: 'org-name', | |
repo: 'maintainers-discussion', | |
title: `${username}-discussion`, | |
body: `@${username} has been found out to be hostile in the past. | |
This issue is opened so that maintainers can discuss about it.` | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment