jrgemignani commented on code in PR #1237: URL: https://github.com/apache/age/pull/1237#discussion_r1361379598
########## .github/workflows/go-driver.yml: ########## @@ -2,10 +2,10 @@ name: Go Driver Tests on: push: - branches: [ "master", "PG15" ] + branches: [ "master", "pg16" ] Review Comment: All `pg16 ` entries need to be uppercase `PG16`. Except where that `pg15` is lowercase. ########## .github/workflows/jdbc-driver.yaml: ########## @@ -2,10 +2,10 @@ name: JDBC Driver Tests on: push: - branches: [ "master", "PG15" ] + branches: [ "master", "pg16" ] Review Comment: All `pg16 ` entries need to be uppercase `PG16`. Except where that `pg15` is lowercase. ########## .github/workflows/installcheck.yaml: ########## @@ -2,9 +2,9 @@ name: Build / Regression on: push: - branches: [ 'master', 'PG15' ] + branches: [ 'master', 'pg16' ] Review Comment: All `pg16 ` entries need to be uppercase `PG16`. Except where that `pg15` is lowercase. ########## .github/workflows/nodejs-driver.yaml: ########## @@ -2,10 +2,10 @@ name: Nodejs Driver Tests on: push: - branches: [ "master", "PG15" ] + branches: [ "master", "pg16" ] Review Comment: All `pg16 ` entries need to be uppercase `PG16`. Except where that `pg15` is lowercase. ########## .github/workflows/python-driver.yaml: ########## @@ -2,10 +2,10 @@ name: Python Driver Tests on: push: - branches: [ "master", "PG15" ] + branches: [ "master", "pg16" ] Review Comment: All `pg16 ` entries need to be uppercase `PG16`. Except where that `pg15` is lowercase. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
