Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Chore: add xDai to the PR link list (#3012)
Browse files Browse the repository at this point in the history
* Chore: add xDai to the PR link list

* Add heading

* Add e2e checkmark

* Table
  • Loading branch information
katspaugh committed Nov 17, 2021
1 parent 434fa9f commit 9e07457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-e2e-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
comment-id: ${{ steps.checkComment.outputs.comment-id }}
edit-mode: replace
body: |
E2E Tests Passed
E2E Tests Passed
Check the results here: https://github.com/gnosis/safe-react-e2e-tests/actions/runs/${{ github.event.client_payload.run_number }}
${{ github.event.client_payload.message }}
- name: Set failure comment
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@ jobs:
uses: mshick/add-pr-comment@v1
with:
message: |
* [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby)
* [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet)
* [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon)
* [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc)
* [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum)
* Unified app on *dev*: https://safe-team.dev.gnosisdev.com/app/
## Deployment links
:orange_circle: [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby) | :white_circle: [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet) | :purple_circle: [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon) | :yellow_circle: [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc) | :black_circle: [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum) | :green_circle: [Safe xDai](${{ env.REVIEW_FEATURE_URL }}/xdai)
-|-|-|-|-|-
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]'
if: success() && github.event.number
Expand Down

0 comments on commit 9e07457

Please sign in to comment.