This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIVE-945 Add checklist on PRs (#1705)
- Loading branch information
1 parent
ec7d4bf
commit 9763372
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: "PR | Checklist" | ||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
comment-on-pr: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
repository: ${{github.event.pull_request.head.repo.full_name}} | ||
persist-credentials: false | ||
- name: comment on PR (support and bugfix branches) | ||
if: contains(github.head_ref, 'support/') || contains(github.head_ref, 'bugfix/') | ||
uses: actions/github-script@v5 | ||
with: | ||
script: | | ||
await github.rest.repos.createCommitComment({ | ||
owner: "LedgerHQ", | ||
repo: "ledger-live-common", | ||
commit_sha: "${{ github.event.pull_request.head.sha }}", | ||
body: ` | ||
Thanks for your contribution. | ||
To be able to merge in _develop_ branch, you need to: | ||
- [ ] pass the CI | ||
- [ ] have a dev review | ||
- [ ] have a QA review | ||
` | ||
}); | ||
- name: comment on PR (feature branches) | ||
if: contains(github.head_ref, 'feat/') | ||
uses: actions/github-script@v5 | ||
with: | ||
script: | | ||
await github.rest.repos.createCommitComment({ | ||
owner: "LedgerHQ", | ||
repo: "ledger-live-common", | ||
commit_sha: "${{ github.event.pull_request.head.sha }}", | ||
body: ` | ||
Thanks for your contribution. | ||
To be groomed for next release, you need to: | ||
- [ ] pass the CI | ||
- [ ] have a dev review | ||
- [ ] have a QA review | ||
` | ||
}); |
9763372
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 50 txs ❌ 3 txs⚠️ 1 specs ($322.64) for Bot 'Phosphore'
1 critical spec errors
Spec Filecoin failed!
3 mutation errors
Details of the 53 mutations
Spec Algorand (6)
Spec Bitcoin (5)
Spec Bitcoin Testnet (failed)
Spec Bitcoin Cash (7)
Spec Bitcoin Gold (5)
Spec Dash (2)
Spec Digibyte (7)
Spec DogeCoin (7)
Spec Komodo (5)
Spec Litecoin (7)
Spec Peercoin (5)
Spec PivX (failed)
Spec Qtum (failed)
Spec Stakenet (5)
Spec Vertcoin (5)
Spec Viacoin (5)
Spec ZCash (5)
Spec Horizen (5)
Spec Decred (failed)
Spec Celo (5)
Spec Cosmos (9)
Spec Crypto.org Testnet (5)
Spec Elrond (failed)
Spec BSC (7)
Spec Polygon (10)
Spec Ethereum (failed)
Spec Ethereum Classic (6)
Spec Ethereum Ropsten (5)
Spec Filecoin (failed)
Spec Polkadot (failed)
Spec XRP (failed)
Spec Solana (7)
Spec Stellar (failed)
Spec Tezos (failed)
Spec Tron (failed)
Details of the 77 uncovered mutations
Spec Algorand (1)
Spec Bitcoin (4)
Spec Bitcoin Testnet (4)
Spec Bitcoin Cash (2)
Spec Bitcoin Gold (1)
Spec Dash (4)
Spec DogeCoin (2)
Spec Litecoin (1)
Spec PivX (4)
Spec Qtum (4)
Spec Stakenet (2)
Spec Vertcoin (1)
Spec Viacoin (1)
Spec ZCash (2)
Spec Horizen (1)
Spec Decred (4)
Spec Cosmos (6)
Spec Elrond (1)
Spec BSC (2)
Spec Polygon (1)
Spec Ethereum (6)
Spec Filecoin (1)
Spec Polkadot (5)
Spec XRP (1)
Spec Stellar (1)
Spec Tezos (7)
Spec Tron (8)
Portfolio ($322.64)
Details of the 35 currencies