Jordan Feldstein
Jordan Feldstein
Use the native `branches:` filter so it only runs on a given branch pattern eg: ``` # .github/workflows/action.yml on: pull_request: types: - opened branches: - main ```
I see this with `pre-commit 3.8.0` and `pre-commit 4.0.0`. Context is a private repo, which currently pins to 3.8.0.
Something related to the new release of node `23.0.0`? If you cd into the cwd reported in your debug logs (eg `cwd /root/.cache/pre-commit/repok81ok20m`), and switch to the node version reported...
Node 23 was released 2 days ago (the time this started): [2024-10-16, Version 23.0.0 (Current), @RafaelGSS](https://nodejs.org/en/blog/release/v23.0.0#2024-10-16-version-2300-current-rafaelgss)
You can now use the `--no-collector.stat_bgwriter` flag ([docs](https://github.com/prometheus-community/postgres_exporter?tab=readme-ov-file#flags)) Or set the corresponding helm chart value: ``` prometheus-postgres-exporter: config: disableCollectorBgwriter: true ```