-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor: pre compute the action to do for each change of the stack #510
Merged
mergify
merged 1 commit into
main
from
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
Oct 24, 2024
Merged
refactor: pre compute the action to do for each change of the stack #510
mergify
merged 1 commit into
main
from
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
Oct 24, 2024
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
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. Changelog requirements
Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🔎 Reviews
|
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
2 times, most recently
from
October 23, 2024 13:41
89f8f03
to
f2f1a6b
Compare
This was referenced Oct 23, 2024
sileht
force-pushed
the
devs/sileht/merged-handling/Ibf5631e64801175067dcc9eadd7efdb18b53645f
branch
from
October 23, 2024 13:47
06999ac
to
2810d0c
Compare
sileht
changed the title
chore: pre compute the action to do for each change of the stack
refactor: pre compute the action to do for each change of the stack
Oct 23, 2024
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
from
October 23, 2024 13:48
f2f1a6b
to
929018b
Compare
sileht
force-pushed
the
devs/sileht/merged-handling/Ibf5631e64801175067dcc9eadd7efdb18b53645f
branch
from
October 23, 2024 18:49
2810d0c
to
f20cc90
Compare
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
from
October 23, 2024 18:49
929018b
to
f33eaf3
Compare
This was referenced Oct 23, 2024
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
from
October 23, 2024 18:59
f33eaf3
to
6aed1a9
Compare
jd
previously requested changes
Oct 24, 2024
mergify
bot
added
review threads unresolved
and removed
review threads unresolved
labels
Oct 24, 2024
sileht
force-pushed
the
devs/sileht/merged-handling/Ibf5631e64801175067dcc9eadd7efdb18b53645f
branch
from
October 24, 2024 09:07
f20cc90
to
16f9737
Compare
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
from
October 24, 2024 09:07
6aed1a9
to
54f8af6
Compare
Base automatically changed from
devs/sileht/merged-handling/Ibf5631e64801175067dcc9eadd7efdb18b53645f
to
main
October 24, 2024 09:27
@sileht this pull request is now in conflict 😩 |
This will help to do/display the same thing in the dry-run and the effective run. Change-Id: Id57cf9a1af904636b84fe49940a7202ee70b7b84
sileht
force-pushed
the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
from
October 24, 2024 10:54
54f8af6
to
04d5669
Compare
Syffe
approved these changes
Oct 24, 2024
mergify
bot
deleted the
devs/sileht/merged-handling/Id57cf9a1af904636b84fe49940a7202ee70b7b84
branch
October 24, 2024 15:55
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.
This will help to do/display the same thing in the dry-run and the
effective run.