diff --git a/.changeset/ten-spies-explode.md b/.changeset/ten-spies-explode.md index 6e6dac205a..efbddef1be 100644 --- a/.changeset/ten-spies-explode.md +++ b/.changeset/ten-spies-explode.md @@ -4,6 +4,11 @@ Implement Edit URL feature for Gerrit 3.9+. Enabled by default due to 3.8 EOL -Details: - The Edit URL feature allows for direct editing of files in Gerrit through a specific URL pattern. - URL pattern: `^\/admin\/repos\/edit\/repo\/(.+)\/branch\/(.+)\/file\/(.+)$` +Details: -Caution: - To turn off this functionality, you can add the configuration `disableEditUrl: true` in the Gerrit integration section of your settings +- The Edit URL feature allows for direct editing of files in Gerrit through a specific URL pattern. +- URL pattern: `^\/admin\/repos\/edit\/repo\/(.+)\/branch\/(.+)\/file\/(.+)$` + +Caution: + +- To turn off this functionality, you can add the configuration `disableEditUrl: true` in the Gerrit integration section of your settings