-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ci): implement add-storage-slot-check-ci
#22
Open
github-actions
wants to merge
50
commits into
feature/ci
Choose a base branch
from
implement-feature/ci/add-storage-slot-check-ci
base: feature/ci
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(ci): implement add-storage-slot-check-ci
#22
github-actions
wants to merge
50
commits into
feature/ci
from
implement-feature/ci/add-storage-slot-check-ci
+110
−3
Conversation
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
nxqbao
reviewed
Mar 29, 2024
Comment on lines
+11
to
+12
- "implement-feature/**" | ||
- "implement-feature/**/**" |
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.
Suggested change
- "implement-feature/**" | |
- "implement-feature/**/**" | |
- "impl-feat/**" | |
- "impl-feat/**/*" | |
- "implement-feature/**" | |
- "implement-feature/**/*" |
nxqbao
reviewed
Mar 29, 2024
.gitmodules
Outdated
Comment on lines
23
to
24
path = lib/storage-delta | ||
url = https://github.com/0xPolygon/storage-delta |
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.
missing branch, wont' approve
TuDo1403
reviewed
Mar 29, 2024
TuDo1403
reviewed
Mar 29, 2024
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 20, 2024 09:14
78d9f94
to
b86f466
Compare
a7d0053e7b68c2a501ae3b29a7fc7876a6ff0f9d
Signed-off-by: tu-do.ron <[email protected]>
Signed-off-by: tu-do.ron <[email protected]>
fb0da21984c298790bb82922264c9db75cde06d6
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 21, 2024 15:58
f3fa754
to
ee5a2a8
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
2 times, most recently
from
August 22, 2024 03:00
acf9a12
to
47bc216
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 04:03
84493d1
to
73c3ab3
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
2 times, most recently
from
August 22, 2024 06:57
ea52de6
to
38ab08b
Compare
github-actions
bot
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 07:01
03765ad
to
9faecd4
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 07:10
9faecd4
to
c5aec2a
Compare
github-actions
bot
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 07:18
feca4e9
to
f6e267f
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
2 times, most recently
from
August 22, 2024 07:21
7686f97
to
6a66925
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 08:08
e6ff40a
to
007296b
Compare
tringuyenskymavis
force-pushed
the
implement-feature/ci/add-storage-slot-check-ci
branch
from
August 22, 2024 08:26
007296b
to
d366dc2
Compare
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.
Description
PR to merge from implement-feature/ci/add-storage-slot-check-ci to feature/ci.