GitHub/GitHubRepositoryConfigurationConventions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(add autolink info)
(Made the finding of the settings a little more explicit)
Line 8: Line 8:


=== Integrations > Autolink references ===
=== Integrations > Autolink references ===
* for Bugzilla: <pre>Numeric with a prefix of 'bug-', linking to 'https://bugzilla.mozilla.org/<num>'.</pre>
* for Bugzilla:  
** Navigate to Settings->Autolink References for your repository
** Set type to <code>Alphanumeric</code>
** Set reference prefix to <code>bug-</code>
** Set target URL to <pre>https://bugzilla.mozilla.org/<num></pre>

Revision as of 19:37, 21 March 2023

Intro

Here are the GHE team's recommended settings for your repos.

The settings page can be accessed at https://github.com/ORG/REPO/settings. Replace ORG and REPO with the appropriate values.

Recommended Settings

Integrations > Autolink references

  • for Bugzilla:
    • Navigate to Settings->Autolink References for your repository
    • Set type to Alphanumeric
    • Set reference prefix to bug-
    • Set target URL to
      https://bugzilla.mozilla.org/<num>