percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
466 stars 59 forks source link

Add license headers to source files and CI action to check them of PRs #457

Closed artemgavrilov closed 4 months ago

artemgavrilov commented 4 months ago

Description

We need to have license headers in our CI files to match best practices for open source projects. Also it makes sense to have CI action that will validate headers validity.

Suggested solution

We can use same approach as PMM: https://github.com/percona/pmm/blob/24ec9c2e9e4b457776812674c6823f0d78f241e1/.github/workflows/main.yml#L75-L78

Additional context

https://github.com/apache/skywalking-eyes

Code of Conduct