diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 04372bc71..9812232d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,8 +14,8 @@ If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** -- ZenStack version: [e.g., 1.0.0-alpha.50] -- Prisma version: [e.g., 4.10.0] +- ZenStack version: [e.g., 2.0.0] +- Prisma version: [e.g., 5.7.0] - Database type: [e.g. Postgresql] **Additional context** diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 368551623..b55d4b48e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -8,19 +8,11 @@ env: DO_NOT_TRACK: '1' on: - merge_group: - push: - branches: - - main - - dev - - release/* - - v2 pull_request: branches: - main - dev - release/* - - v2 permissions: contents: read diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2452a7ca3..078bc693c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,19 +1,11 @@ name: Security - CodeQL on: - merge_group: - push: - branches: - - main - - dev - - release/* - - v2 pull_request: branches: - main - dev - release/* - - v2 schedule: - cron: '0 0 * * 1' diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index fb3c0bfb0..c558be567 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -8,19 +8,11 @@ env: DO_NOT_TRACK: '1' on: - merge_group: - push: - branches: - - main - - dev - - release/* - - v2 pull_request: branches: - main - dev - release/* - - v2 permissions: contents: read diff --git a/.github/workflows/regression-test.yml b/.github/workflows/regression-test.yml index 679cc2b4c..7a57920ba 100644 --- a/.github/workflows/regression-test.yml +++ b/.github/workflows/regression-test.yml @@ -8,19 +8,11 @@ env: DO_NOT_TRACK: '1' on: - merge_group: - push: - branches: - - main - - dev - - release/* - - v2 pull_request: branches: - main - dev - release/* - - v2 permissions: contents: read