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 support for different locations of release notes #77

Open
miroslavpojer opened this issue Oct 7, 2024 · 1 comment
Open

Provide support for different locations of release notes #77

miroslavpojer opened this issue Oct 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@miroslavpojer
Copy link
Collaborator

miroslavpojer commented Oct 7, 2024

Background

Before refactoring, RLS notes were located in PR comments and migrated to Issue comments.
After refactoring, RLS notes expected location is in the PR description only.

Feature

Add logic to control where RLS notes could be located.
Possible options (one location from following):

  • Issue
    • description
    • comments
  • PR
    • description
    • comments
  • Extra issue field or property - defined by project (not part of repository !!!!)
@miroslavpojer miroslavpojer added the enhancement New feature or request label Oct 7, 2024
@benedeki
Copy link

benedeki commented Oct 9, 2024

I would suggest to break this up to 3 (probably) separately deliverable tickets.

  1. From PR comments (already existed)
  2. From Issue body and comments (similar to PR)
  3. From a project field (completely new logic I suppose)

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

2 participants