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