-
Notifications
You must be signed in to change notification settings - Fork 47
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
ci: automate snapshot updates #636
Conversation
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.
Let's see how it works 👍👍👍
await exec.exec(`git config user.email "devs@kilt.io"`) | ||
await exec.exec(`git config user.name "kiltbot"`) | ||
await exec.exec(`git checkout -b ${branchName}`) | ||
await exec.exec(`git`, ['commit', '-am', 'ci: Update snapshots']) |
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.
If we take any actions based on #639 (comment), then this should be updated to reflect that.
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 added the label on hold until we found a solution/decision for the other PR
Closing this for now as it's probably outdated by https://github.com/KILTprotocol/ticket/issues/3252. If needed, we'll opened a new our from |
fixes KILTProtocol/ticket#3408
According to the Acala approach, this pull request introduces a new GitHub workflow to automatically update the snapshots. The workflow must be triggered manually, resulting in a pull request that can then be approved by us.
Additionally, this PR introduces the currently updated snapshots.
An example PR can be found here: #638