-
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
build: Auto PR akka-samples #271
base: main
Are you sure you want to change the base?
Conversation
with: | ||
repository: akka-samples/shopping-cart-quickstart | ||
path: akka-samples-repo-shopping-cart-quickstart | ||
token: ${{ secrets.AKKA_SDK_RW_ACCESS_TOKEN }} |
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.
we need to create this
run: | | ||
cd akka-samples-repo-shopping-cart-quickstart | ||
git config user.name "github-actions[bot]" | ||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" |
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.
not sure if this is the one we want to use? it was already used in this repo
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.
I was also surprised by this in a PR review, for the record It's a global github actions bot user id (https://api.github.com/users/github-actions%5Bbot%5D)
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.
Looks good
marking as draft until we have credentials, and have tried it for real |
* otherwise it's not included when we copy to akka-samples repo
7f2d887
to
2fe1bdc
Compare
.idea | ||
!.idea/ | ||
.idea/* | ||
!.idea/runConfigurations/Run_locally.xml |
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.
looks crazy, but seems to work. found it here https://github.com/daggerok/gitignore-idea-runConfigurations
Refs https://github.com/lightbend/kalix-runtime/issues/3542