From 89ecc270ae08f5ff1ee7b731b6eb76f33bd5b849 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Tue, 4 Jun 2024 11:10:39 -0400 Subject: [PATCH 1/3] chore: add concurrency rules to workflows --- .github/workflows/deploy-prod.yml | 4 ++++ .github/workflows/deploy-staging.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 2c56acfc..09574a37 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -7,6 +7,10 @@ env: HUSKY: 0 CI: true +concurrency: + group: production + cancel-in-progress: true + jobs: build_and_deploy: env: diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 3f6baf75..7a1e19b0 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -9,6 +9,10 @@ env: HUSKY: 0 CI: true +concurrency: + group: staging + cancel-in-progress: true + jobs: build_and_deploy: env: From 6ce73bb3af4db221658df07eda9325643cab0036 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Tue, 4 Jun 2024 11:25:57 -0400 Subject: [PATCH 2/3] chore: fix formatting in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/new_guide_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0622477c..88714469 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,7 @@ description: File a bug report. title: "[Bug]: " labels: ["bug", "triage"] assignees: - - @zkSync-Community-Hub/zksync-devrel + - zkSync-Community-Hub/zksync-devrel body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6d3e9aad..c128775c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,7 @@ description: Is there a feature you would like to see in Code Community? Let us title: "[Feature]: " labels: ["feature", "triage"] assignees: - - @zkSync-Community-Hub/zksync-devrel + - zkSync-Community-Hub/zksync-devrel body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/new_guide_request.yml b/.github/ISSUE_TEMPLATE/new_guide_request.yml index 4378f0ed..48a5affc 100644 --- a/.github/ISSUE_TEMPLATE/new_guide_request.yml +++ b/.github/ISSUE_TEMPLATE/new_guide_request.yml @@ -3,7 +3,7 @@ description: Use this form to request a guide you would like to see in Code Comm title: "[Guide]: " labels: ["guide", "triage"] assignees: - - @zkSync-Community-Hub/zksync-devrel + - zkSync-Community-Hub/zksync-devrel body: - type: markdown attributes: From ccae4c22180d0f770de23b9ac35f13d4c97c269b Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Tue, 4 Jun 2024 11:32:40 -0400 Subject: [PATCH 3/3] chore: fix yaml errors in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- .github/ISSUE_TEMPLATE/new_guide_request.yml | 1 - 3 files changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 88714469..72aa11dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,14 +15,12 @@ body: label: Guide you're having trouble with description: If this feature is related to a specific guide, please provide the link to the guide. placeholder: https://code.community.com/guides/the-guide - value: "" - type: textarea id: what-happened attributes: label: What happened? description: Also tell us, what did you expect to happen? placeholder: Tell us what you see! - value: "" validations: required: true - type: textarea @@ -30,7 +28,6 @@ body: attributes: label: What did you expect to happen? placeholder: Tell us what you expected! - value: "" - type: textarea id: environment attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c128775c..10d15a29 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,14 +15,12 @@ body: label: Description description: Please provide a brief description of the feature you would like to see. placeholder: Tell us what you would like to see! - value: "" - type: textarea id: rationale attributes: label: Rationale description: Why do you think this feature would be beneficial to the community? placeholder: Tell us why you think this feature would be beneficial! - value: "" - type: checkboxes id: terms attributes: diff --git a/.github/ISSUE_TEMPLATE/new_guide_request.yml b/.github/ISSUE_TEMPLATE/new_guide_request.yml index 48a5affc..51ba51b6 100644 --- a/.github/ISSUE_TEMPLATE/new_guide_request.yml +++ b/.github/ISSUE_TEMPLATE/new_guide_request.yml @@ -15,7 +15,6 @@ body: label: Description description: Please provide a brief description of the guide you would like to see. placeholder: Tell us what you would like to see! - value: "" - type: checkboxes id: terms attributes: