aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-02 16:33:05 +0000
committerMenny Even Danan <menny@evendanan.net>2020-03-02 16:34:28 +0000
commit7cad7cab034b2aa128c984d9048b75fa00bd35f6 (patch)
treec204678b1bfdccbd1b1bf4576c28fb6dd9a3daa4 /.github/actions
parent1adc4e28a8ef585694e382202926f8a11ff4f1f1 (diff)
downloadAnySoftKeyboard-7cad7cab034b2aa128c984d9048b75fa00bd35f6.tar.gz
AnySoftKeyboard-7cad7cab034b2aa128c984d9048b75fa00bd35f6.tar.bz2
fine-tuning review-process and ownership
Diffstat (limited to '.github/actions')
-rwxr-xr-x.github/actions/deploy-request/request.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy-request/request.sh b/.github/actions/deploy-request/request.sh
index f767be262..d526f76f4 100755
--- a/.github/actions/deploy-request/request.sh
+++ b/.github/actions/deploy-request/request.sh
@@ -18,7 +18,7 @@ function deployment_request() {
--arg jsonRef "${SHA_TO_DEPLOY}" \
--arg jsonDeployTarget "${1}" \
--arg jsonDescription "${2}" \
- '{ ref: $jsonRef, task: "deploy", auto_merge: false, environment: $jsonDeployTarget, description: $jsonDescription, required_contexts: [ "push-ready" ] }' )
+ '{ ref: $jsonRef, task: "deploy", auto_merge: false, environment: $jsonDeployTarget, description: $jsonDescription, required_contexts: [ "master-green-requirement" ] }' )
local JSON_FILENAME="${OUTPUT}/deployment_request_${1}.json"
echo "${JSON_TEXT}" > "${JSON_FILENAME}"