Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
merge_group:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
frontend-ci:
name: frontend-ci
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lambda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
merge_group:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
discover:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
types: [closed]

concurrency:
group: pr-closed-${{ github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: write
pull-requests: read
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-review-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request_review:
types: [submitted]

concurrency:
group: pr-review-status-${{ github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: write
pull-requests: read
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-reviewer-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
types: [opened, ready_for_review, reopened]

concurrency:
group: pr-assign-rotation
cancel-in-progress: false

permissions:
contents: write
pull-requests: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-reviewer-remind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- cron: '0 */6 * * *'
workflow_dispatch: {}

concurrency:
group: pr-reminders
cancel-in-progress: false

permissions:
contents: write
pull-requests: read
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
detect-changes:
if: github.event_name != 'merge_group'
Expand Down
5 changes: 3 additions & 2 deletions infrastructure/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ No modules.
| [github_actions_secret.aws_secret_access_key](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.cognito_client_id](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.cognito_user_pool_id](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.gh_pat](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.infisical_client_id](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.infisical_client_secret](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_secret.slack_bot_token](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
Expand All @@ -52,8 +53,8 @@ No modules.
| <a name="input_infisical_workspace_id"></a> [infisical\_workspace\_id](#input\_infisical\_workspace\_id) | n/a | `string` | `"d1ee8b80-118c-4daf-ae84-31da43261b76"` | no |
| <a name="input_repository_collaborators"></a> [repository\_collaborators](#input\_repository\_collaborators) | List of GitHub users to add as collaborators | <pre>list(object({<br> username = string<br> permission = string<br> }))</pre> | `[]` | no |
| <a name="input_review_bot_always_reviewer_slack"></a> [review\_bot\_always\_reviewer\_slack](#input\_review\_bot\_always\_reviewer\_slack) | Slack member ID of the person who reviews every PR | `string` | `"U07NGFM1QKE"` | no |
| <a name="input_review_bot_github_to_slack"></a> [review\_bot\_github\_to\_slack](#input\_review\_bot\_github\_to\_slack) | Map of GitHub username → Slack member ID (U0…) | `map(string)` | <pre>{<br> "Rayna-Yu": "U083UGSCU7P",<br> "bhuvanh66": "U084JKT1GG2",<br> "denniwang": "U07F8LM2X61",<br> "mehanana": "U084AMND8FK",<br> "nourshoreibah": "U07NGFM1QKE",<br> "saumyapalk23": "U09EYETUEGP",<br> "tsudhakar87": "U08NFFSJEG1"<br>}</pre> | no |
| <a name="input_review_bot_roster"></a> [review\_bot\_roster](#input\_review\_bot\_roster) | Ordered list of GitHub usernames for round-robin review assignment | `list(string)` | <pre>[<br> "denniwang",<br> "bhuvanh66",<br> "Rayna-Yu",<br> "mehanana",<br> "tsudhakar87",<br> "saumyapalk23"<br>]</pre> | no |
| <a name="input_review_bot_github_to_slack"></a> [review\_bot\_github\_to\_slack](#input\_review\_bot\_github\_to\_slack) | Map of GitHub username → Slack member ID (U0…) | `map(string)` | <pre>{<br> "Rayna-Yu": "U083UGSCU7P",<br> "Vaibhav978": "U0A6HAVCRMJ",<br> "bhuvanh66": "U084JKT1GG2",<br> "denniwang": "U07F8LM2X61",<br> "mehanana": "U084AMND8FK",<br> "nourshoreibah": "U07NGFM1QKE",<br> "saumyapalk23": "U09EYETUEGP",<br> "tsudhakar87": "U08NFFSJEG1"<br>}</pre> | no |
| <a name="input_review_bot_roster"></a> [review\_bot\_roster](#input\_review\_bot\_roster) | Ordered list of GitHub usernames for round-robin review assignment | `list(string)` | <pre>[<br> "denniwang",<br> "bhuvanh66",<br> "Rayna-Yu",<br> "mehanana",<br> "tsudhakar87",<br> "saumyapalk23",<br> "Vaibhav978"<br>]</pre> | no |
| <a name="input_review_bot_slack_channel_id"></a> [review\_bot\_slack\_channel\_id](#input\_review\_bot\_slack\_channel\_id) | Slack channel ID where review notifications are posted | `string` | `"C0ADQN0B6F8"` | no |

## Outputs
Expand Down
3 changes: 2 additions & 1 deletion infrastructure/github/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "repository_collaborators" {
variable "review_bot_roster" {
description = "Ordered list of GitHub usernames for round-robin review assignment"
type = list(string)
default = ["denniwang", "bhuvanh66", "Rayna-Yu", "mehanana", "tsudhakar87", "saumyapalk23"]
default = ["denniwang", "bhuvanh66", "Rayna-Yu", "mehanana", "tsudhakar87", "saumyapalk23", "Vaibhav978"]
}

variable "review_bot_github_to_slack" {
Expand All @@ -31,6 +31,7 @@ variable "review_bot_github_to_slack" {
"tsudhakar87" = "U08NFFSJEG1"
"saumyapalk23" = "U09EYETUEGP"
"nourshoreibah" = "U07NGFM1QKE"
"Vaibhav978" = "U0A6HAVCRMJ"
}
}

Expand Down
Loading