8000 Jeremymv2/bito by jeremymv2 · Pull Request #9 · platform9/pcd-maas · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jeremymv2/bito #9

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

Merged
merged 3 commits into from
May 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CI

This repo uses the Autotagger GitHub Action to automatically tag releases based on commit messages. The action is configured to run on every push to the main branch and will create a new release if there are any new commits since the last release.

This repo has branch protection enabled for the main branch. This means that all commits to the main branch must be made through a pull request. The pull request must be approved by at least one other person before it can be merged.

Use `#major`, `#minor`, or `#patch` tags in your commit messages and autotagger will increase your version tags accordingly.

The repo also uses Bito.ai to automatically lint and suggest changes to the code in all commits.
The action is configured to run on every push to the main branch and will auto run on all PRs.
Copy link
Preview
Copilot AI May 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider rephrasing 'auto run' to 'automatically run' for clarity and consistency with the rest of the documentation.

Copilot uses AI. Check for mistakes.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Continuous Integration for this project is done using GitHub Actions.

More info is [here](./CI.md)

# Adding and deploying a machine to MAAS server, then PCD joining with an automated script


Expand Down
0