Closed lumtis closed 4 months ago
The changes across multiple GitHub workflow YAML files primarily involve updating the triggering events for workflows. The jobs' names were also revised for better clarity and accuracy. These changes ensure that workflows are triggered on specific pull request actions and pushes to the main branch, enhancing the automation of testing, linting, and deployment processes.
Files | Change Summary |
---|---|
.github/workflows/generated-files.yaml .github/workflows/lint.yaml .github/workflows/publish-npm.yaml .github/workflows/semantic-pr.yaml .github/workflows/test.yaml |
Added event triggers for push to the main branch and certain pull request events (synchronize, opened, reopened, ready for review). Job names updated for some workflows for clarity. |
.github/workflows/lint.yaml .github/workflows/publish-npm.yaml |
Job name changes: build to lint and build to publish . |
.github/workflows/semantic-pr.yaml |
Expanded event triggers: redefined on section to include push events to main and various pull request actions on any branch. |
In the code by light so dim,
Workflows dance on a whim;
Triggers now set just right,
Jobs renamed in the night.
Synchronize, review with glee,
From build to publish, and lint does flee. 🚀
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
main
Summary by CodeRabbit
main
branch.build
togenerate
,build
tolint
,build
topublish
.