Skip to content
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

Provide GitHub version notification #16

Open
Michionlion opened this issue Apr 8, 2019 · 0 comments
Open

Provide GitHub version notification #16

Michionlion opened this issue Apr 8, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Michionlion
Copy link
Owner

Michionlion commented Apr 8, 2019

A comment or CI notification should be added to every versioned pull request in a repository with PR Tag Release enabled. This notification should indicate what the before and after version will be, as well as an example of the Release body. Perhaps some configuration or documentation links can be included as well.

Label method

  • Create major, minor, and patch, labels if they don't exist (POST /repos/:owner/:repo/labels)
  • Get labels on PR (GET /repos/:owner/:repo/issues/:number/labels)
  • Delete old label if it changed (DELETE /repos/:owner/:repo/issues/:number/labels/:name)
  • Assign relevant label (POST /repos/:owner/:repo/issues/:number/labels)
@Michionlion Michionlion added the enhancement New feature or request label Apr 8, 2019
@Michionlion Michionlion self-assigned this Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant