aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-05-23 03:07:43 +0000
committerMenny Even Danan <menny@evendanan.net>2020-05-23 03:07:43 +0000
commit185ad03a0094304dee215e3074e98c87241aaf91 (patch)
tree699b5870b2d2f3fbd8bde005abdec8eba27c1331 /.github/workflows
parenta3778f6ed71c7be2f6e193b78bfb1d1c00dc1bd7 (diff)
downloadAnySoftKeyboard-185ad03a0094304dee215e3074e98c87241aaf91.tar.gz
AnySoftKeyboard-185ad03a0094304dee215e3074e98c87241aaf91.tar.bz2
Do not create PR, atm
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1388d8863..b7fb67d34 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -40,18 +40,6 @@ jobs:
publish_service_account_creds_json_url: ${{ secrets.PUBLISH_CERT_JSON_URL }}
- name: status-success
run: ./gradlew --stacktrace :deployment:updateDeploymentSuccess -PRequest.apiUsername="${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }}" -PRequest.apiUserToken="${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.deployment_id="${{ github.event.deployment.id }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.sha="${{ github.event.deployment.sha }}"
- - name: Create pull request
- uses: peter-evans/create-pull-request@v2.4.4
- with:
- token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}
- commit-message: 'Automated Deployment Halt'
- title: 'Automated Deployment Halt'
- committer: 'Polyglot <ask@evendanan.net>'
- author: 'Polyglot <ask@evendanan.net>'
- body: ''
- team-reviewers: add-on-maintainers
- branch: 'bot-pr/halt-deployment-marker'
- labels: automerge
- name: status-failure
if: failure()
run: ./gradlew --stacktrace :deployment:updateDeploymentState -PRequest.apiUsername="${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }}" -PRequest.apiUserToken="${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }}" -PrequestStatus.environment="${{ github.event.deployment.environment }}" -PrequestStatus.deployment_id="${{ github.event.deployment.id }}" -PrequestStatus.deployment_state="failure"