Skip to content

add github label option#1093

Merged
dgarcia360 merged 1 commit intoscylladb:masterfrom
dgarcia360:label-per-project
May 7, 2024
Merged

add github label option#1093
dgarcia360 merged 1 commit intoscylladb:masterfrom
dgarcia360:label-per-project

Conversation

@dgarcia360
Copy link
Copy Markdown
Collaborator

Motivation

Adds the option to define a GitHub label per project.

How to test

  1. Clone the PR and build the docs.

  2. Open an issue from the docs. The "documentation" label should be assigned to the issue.

  3. Add the following option html_theme_options in docs/source/conf.py:

    html_theme_options = {
    (...)
    "github_label": "bug",
    }
    
  4. Rebuild the docs.

  5. Open an issue form the docs. The bug label should be assigned to the issue.

@dgarcia360 dgarcia360 requested a review from annastuchlik April 30, 2024 14:37
Copy link
Copy Markdown
Collaborator

@annastuchlik annastuchlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants