-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands for interacting with GitHub Projects #424
Comments
/vote close This issue hasn't been active for a while.To keep it open, react with 👎 |
Vote Failed |
1 similar comment
Vote Failed |
Cool! |
I would replace the first command with
to open a project with the name and description given |
Or we could make the command
to vote on whether a project should be opened. If name or description isn't given it will default to the issue's title or body. |
We can do an Integration! One click ka-yo! Like travis-ci on an external
website.
On Thu, Jun 8, 2017, 10:14 AM Rohan ***@***.***> wrote:
Or we could make the command
/project vote open <name> <description>
to vote on whether a project should be opened. If name or description
isn't given it will default to the issue's title or body.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#424 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHMJ5p35P3dC6CrBN1Ra-3xwitFC--fdks5sCCv2gaJpZM4NrMCY>
.
--
From Kyler Chin
|
This could be useful for people to organise large features that need clear coordination. For example, we could have commands such as:
/project open
to create a project with the same name and description as the first comment in the issue/project addto <name> <column>
to add an issue to the project calledname
and columncolumn
(creating the column if it doesn't exist)/project vote close <name>
to vote close a project/project vote move <name> <column>
to vote to move an issue from one column inname
to another in the same project/project vote remove [name]
to vote remove an issue from all projects, or ifname
is given, only remove from projectname
.The text was updated successfully, but these errors were encountered: