-
Notifications
You must be signed in to change notification settings - Fork 242
automate sample modifications duplication #616
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
Merged
Merged
Conversation
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
This reverts commit a555894.
0191c49 to
a555894
Compare
5f45bf6 to
65d752b
Compare
2a40b54 to
95fb832
Compare
95fb832 to
a555894
Compare
6917b60 to
17432cc
Compare
4201fce to
f43770b
Compare
kantagara
approved these changes
Sep 14, 2023
kalambet
approved these changes
Sep 15, 2023
Member
kalambet
left a comment
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.
LGTM
RyRy79261
approved these changes
Sep 15, 2023
robGG1997
added a commit
that referenced
this pull request
Nov 3, 2023
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * reverted main changed for duplicating imported sample changes * switched checkout to v3 * added branched checkout * branched checkout using checkout v2 * fixed syntax error * switched local git credential config and switched out automated author from actor to GH action bot * reverted automated bot author to actor/fix CLA * Auto-duplicate Package Samples --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
rob1997
pushed a commit
that referenced
this pull request
Jan 16, 2025
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * reverted main changed for duplicating imported sample changes * switched checkout to v3 * added branched checkout * branched checkout using checkout v2 * fixed syntax error * switched local git credential config and switched out automated author from actor to GH action bot * reverted automated bot author to actor/fix CLA * Auto-duplicate Package Samples --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
sergeypanin1994
pushed a commit
to sergeypanin1994/web3.unity
that referenced
this pull request
Mar 16, 2025
* Revert "automated duplicating imported samples modifications (ChainSafe#595)" This reverts commit a555894. * reverted main changed for duplicating imported sample changes * switched checkout to v3 * added branched checkout * branched checkout using checkout v2 * fixed syntax error * switched local git credential config and switched out automated author from actor to GH action bot * reverted automated bot author to actor/fix CLA * Auto-duplicate Package Samples --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
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 automate the dev process of duplicating modifications to the imported package sample
uses a bash script to remove and duplicate samples folder
uses a git actions workflow duplicate_sample.yml to check for changes to imported package sample to run duplicate_package_sample.sh and commit and push any changes if they exist
This will only be automated to add a commit when a pull request is created to main