File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,10 +110,8 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
110110 Renovate for `toolbox` version updates.
1111112. **Parsing:** It reads the detailed release notes that Renovate includes in
112112 the PR body.
113- 3. **Filtering:** A Node.js script located at
114- [`.github/scripts/mirror-changelog.js`](.github/scripts/mirror-changelog.js)
115- filters these release notes to include only changes relevant to this
116- extension. The relevance is determined by a keyword (e.g., `postgres`), passed
113+ 3. **Filtering:** These release notes are filtered to include only changes
114+ relevant to this extension. The relevance is determined by a keyword (e.g., `postgres`), passed
117115 as an environment variable in the workflow file.
1181164. **Changelog Injection:** The script formats the filtered entries as
119117 conventional commits and injects them into the PR body within a
You can’t perform that action at this time.
0 commit comments