Skip to content

Commit 4520e89

Browse files
committed
CLDR-16083 actions: auto: for now, don't set a reviewer on the PR
The 'unicode-org/cldr-brs' group was problematic, failed with a GraphQL error.
1 parent 34a4ec9 commit 4520e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cldr-modify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
--title $(git log --pretty=%s HEAD | head -1 | cut -d' ' -f1)" auto: CLDRModify" \
9696
--body $(git log --pretty=%s HEAD | head -1 | cut -d' ' -f1)" Automatically created, see CLDR-16083" \
9797
--base 'main' \
98-
--reviewer 'unicode-org/cldr-brs' \
9998
--label 'automatic' \
10099
--head ${AUTO_BRANCH} \
101100
| tee -a $GITHUB_STEP_SUMMARY ) || ( echo "# Could not create PR - may already exist" | tee -a $GITHUB_STEP_SUMMARY )
101+
# --reviewer 'unicode-org/cldr-brs' \
102102
env:
103103
GH_TOKEN: ${{ github.token }}
104104

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ jobs:
161161
--title $(git log --pretty=%s HEAD | head -1 | cut -d' ' -f1)" auto: SpecFix" \
162162
--body $(git log --pretty=%s HEAD | head -1 | cut -d' ' -f1)" Automatically created, see CLDR-16083" \
163163
--base 'main' \
164-
--reviewer 'unicode-org/cldr-brs' \
165164
--label 'automatic' \
166165
--head ${AUTO_BRANCH} \
167166
| tee -a $GITHUB_STEP_SUMMARY ) || ( echo "# Could not create PR - may already exist" | tee -a $GITHUB_STEP_SUMMARY )
167+
# --reviewer 'unicode-org/cldr-brs' \
168168
env:
169169
GH_TOKEN: ${{ github.token }}
170170
deploy:

0 commit comments

Comments
 (0)