Skip to content
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: Update CARS.md every night #1590

Merged
merged 34 commits into from
Dec 19, 2024

Conversation

ugtthis
Copy link
Contributor

@ugtthis ugtthis commented Dec 18, 2024

Example automated commit: ugtthis@8f0e2c3


Note: below comments is the same as the openpilot CI PR

githubIssue

This resolves #1570

if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then
            _local_commit

            _tag_commit

            _push_to_github
        else
            _set_github_output "changes_detected" "false"

            echo "Working tree clean. Nothing to commit.";
        fi

Things to note:

This is using default settings. Let me know if you want these changed git-auto-commit-action

# Optional commit user and author settings
    commit_user_name: My GitHub Actions Bot # defaults to "github-actions[bot]"
    commit_user_email: my-github-actions-bot@example.org # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
    commit_author: Author <actions@github.com> # defaults to "username <username@users.noreply.github.com>", where "username" belongs to the author of the commit that triggered the run

@ugtthis ugtthis marked this pull request as ready for review December 18, 2024 09:24
@adeebshihadeh adeebshihadeh merged commit 68c0996 into commaai:master Dec 19, 2024
3 checks passed
@ugtthis ugtthis deleted the md-updated-every-night branch December 21, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: update docs/CARS.md
2 participants