Skip to content

Commit b9952c2

Browse files
authored
Merge branch 'develop' into na/backend/remove-event-maybe
2 parents fd6830a + e202f81 commit b9952c2

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Deprecated in favor of autoreviewers.yml since CODEOWNERS can only match one rule.
1+
# Only the last matching line's owners are added to the PR
2+
* @aapeliv
3+
/app/**/locales/*.json @tristanlabelle # Watch Weblate integrations
4+
/app/web/ @nabramow
5+
/docs/ @aapeliv @nabramow

.github/workflows/add-reviewers.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
# [WIP] Currently fails to add team reviewers
12
# Adds reviewers upon publishing a PR based on changed files.
23
# Works around limitations of GitHub's CODEOWNERS, which can only match one rule,
34
# whereas our changes can straddle frontend and backend, for example.
45
name: Add reviewers
56

6-
on:
7-
pull_request:
8-
types: [opened, ready_for_review, reopened]
7+
# on:
8+
# pull_request:
9+
# types: [opened, ready_for_review, reopened]
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)