Skip to content

Commit

Permalink
Jim/FEQ-326/get-the-task-list-from-the-list-relationship-field-based-…
Browse files Browse the repository at this point in the history
…on-the-project-in-the-release-bot-deriv-app (#9164)

* refactor: remove unused input and variables

* docs: update release tag task url input description

* chore: update action version on deriv app
  • Loading branch information
jim-deriv authored Jul 5, 2023
1 parent e585907 commit f48ed0d
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/merge_and_release_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ permissions:
on:
workflow_dispatch:
inputs:
tag:
description: "Tag"
required: true
release_tag_task_url:
description: "Release Tag task URL(e.g. https://app.clickup.com/t/1**/W*-*)"
required: true
skip_circleci_checks:
description: "Skip checking CircleCI workflow"
type: boolean
Expand All @@ -25,23 +25,16 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 600
steps:
- name: Checkout to repo
uses: actions/checkout@v3
with:
ref: master
- name: Setup node
uses: actions/setup-node@v2
- name: Wait for logs to accumulate
run: |
sleep 10
- name: Release issues in Deriv.app
uses: binary-com/fe-toolbox@production_V20230615_0
uses: binary-com/fe-toolbox@v0.0.1
with:
tag: ${{ inputs.tag }}
release_tag_task_url: ${{ inputs.release_tag_task_url }}
platform: 'Deriv.app'
list_id: ${{ secrets.LIST_ID }}
release_tags_list_id: ${{ secrets.RELEASE_TAGS_LIST_ID }}
regression_testing_template_id: ${{ secrets.REGRESSION_TESTING_TEMPLATE_ID }}
config_path: ./.github/workflows/automationrc.json
skip_circleci_checks: ${{ inputs.skip_circleci_checks }}
skip_pending_checks: ${{ inputs.skip_pending_checks }}
Expand Down

1 comment on commit f48ed0d

@vercel
Copy link

@vercel vercel bot commented on f48ed0d Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.