-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install change log for automated updates #140
Conversation
WalkthroughThe recent updates to the GitHub Actions workflows aim to improve automation and security for the repository. A new workflow for generating changelog updates was introduced, while existing workflows for linting, releasing, and testing were enhanced with steps to authenticate against a private NPM package registry. These changes ensure that automated processes can access necessary private dependencies securely. Changes
Recent review detailsConfiguration used: CodeRabbit UI Files ignored due to path filters (3)
Files selected for processing (4)
Files skipped from review as they are similar to previous changes (4)
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
cl-config.yml
Outdated
destinationRepo: 'flatfilers/guides' | ||
destinationDirectory: 'libraries' | ||
packages: | ||
- name: '@flatfile/angular' |
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.
Angular is manually deployed at the moment so is actually @flatfile/angular-sdk
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.
Ohh, thank you! Fixing!
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.
🚀
99f7acd
to
a8726ae
Compare
a8726ae
to
94093c7
Compare
Signed-off-by: Merit <merit@flatfile.io>
Signed-off-by: Merit <merit@flatfile.io>
Signed-off-by: Merit <merit@flatfile.io>
94093c7
to
5a445fb
Compare
Please explain how to summarize this PR for the Changelog:
NA
Tell code reviewer how and what to test:
Once the action is merged creating a new package tag via release should result in a new pr to the guides repo.
Here's an example installed on a dummy package.
NPM_AUTH_TOKEN
,CLAUDE_API_KEY
, andGH_TOKEN
values need to be set for the action to run.Note: Other actions received an added step to auth them with the changelog package.