Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a generated column for extracting the version from the job name. It will read anything that matches `PG<number><alphanumeric>` or `PG<number>.<number>` and generate a version string. If the first pattern matches, it will generate `<number>.x` as string, signifying that this is an unknown minor version.
- Loading branch information