Open
Conversation
Added step to the pipeline so it will use the new action to add the pipeline end status to the pr as a label.
Added action to add label to the fork pr with the pipeline result.
setting checkout version as it was
Changed labels content added
Changed actions to add label from v1 to commit_sha to make it immutable
Feat/fork pr labelling action
Made a workflow to add a label to a pr
update
test label
testing
|
a1ffed2 to
2b5354b
Compare
marcPineiroAave
pushed a commit
that referenced
this pull request
Nov 28, 2022
* cleanup: remove apollo caching fallback * feat: implement demo zustand * feat: add store for protocol data * feat: migrate general stake data to zustand * fix: some patches on store * feat: replace protocolDataProvider * feat: remove walletmodalcontext * fix: fix rename miss * feat: finish stake migration * feat: replace walletDataProvider with zustand * feat: migrate pool and incentive data * feat: start with governance store * feat: finish governance migration * fix: remove all graphql * fix: remove persist * fix: flatten store * fix: merge getters * fix: restore url parameter behavior * fix: patch stake provider * feat: move staking to zustand * fix: add persist * cleanup: remove rpc only flag * fix: remove unncessary flag * fix: a batch of fixes * feat: migrate faucet * fix: fix type * fix: refactor withdraw * Feature immer minimal example with zustand (cherry picked from commit 21362ac) * fix: fix immer usage * Feature remove computed() from poolSlice and walletSlice and introduce selectors * Fix eslint errors and contract-herlpers version bump * fix: fix pacakge.json & lockfile * fix: remove explicit deepmerge * feat: lending pool methods migration to zustand pool slice (#7) * feat: lending pool methods migration to zustand pool slice * fix: remove lending provider from context * fix: remove lending pool type from tx builder * fix: update utilities to version with shaking * fix: simplify deprecated governanceDataProvider * fix: some docs * fix: update zustand * fix: move claim rewards to zustand (#8) Co-authored-by: Lukas <lukasstrassel@googlemail.com> * fix: resolve merge issues * fix: only set valid market * fix: don't break localstorage * fix: commit the actual fix * fix: remove current account from pool actions * fix: close wallet modal after wallet connect * fix: paraswap repay with collateral and swap collateral to use underlying chain id * fix: build error and omit current user from governance methods * fix: move current account selection to stake slice * fix: build error * fix: add delay after wallet click in cypress test * fix: yarn lock update * fix: eslint import errors Co-authored-by: satanworker <satanworker@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.