Thanks to visit codestin.com
Credit goes to github.com

Skip to content

extend-repo-tabs: Preserve the native “Pull requests” label #10026

Description

@ronething

Description

Since extensible-nav was enabled by default, extend-repo-tabs changes the repository navigation label from GitHub's native Pull requests to Pulls:

function init(): void {
overrideTab('pull-requests', {label: 'Pulls'});
overrideTab('security-and-quality', {demoted: true});
overrideTab('insights', {demoted: true});

Could Refined GitHub preserve the native Pull requests label, or make this specific shortening independently configurable?

Pulls is less explicit and inconsistent with the wording used elsewhere in GitHub. Disabling all of extend-repo-tabs is a broad workaround because it also removes useful behavior such as repository-tab counters and demotion of empty or rarely used tabs.

Current label: Pulls

Expected label: Pull requests

Related changes:

Example URLs

https://github.com/refined-github/refined-github

Pinned by fregante

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions