-
Notifications
You must be signed in to change notification settings - Fork 44
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
Avatar subscription #1879
base: development
Are you sure you want to change the base?
Avatar subscription #1879
Conversation
Merge `rc-v100351` into `main`
…-main Merge `rc-v100360-1` to main
bump lib9c (main)
Fix release workflow bug
fix syntax error
…ong Subscription.
… affects action points.
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
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.
Could you stack by cherry-picking only your changes on the branch based on the development
branch?
@@ -73,7 +73,7 @@ jobs: | |||
- name: push git tagged version | |||
run: | | |||
docker pull $DOCKER_REPO:git-${{ github.sha }}-amd64 | |||
if [[ -z ${{ github.event.inputs.imageTag }} ]]; then | |||
if [[ -z "${{ github.event.inputs.imageTag }}" ]]; then |
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.
Thank you for fixing this bug. But it was already applied to development
branch. 😞
Ability to subscribe to actions that change action points for an agent's avatars, allowing to see the action points available and changes in experience, level and inventory. This will allow for less checking for this information, and instead supply it only when needed.