File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments