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 #34290

Closed
wants to merge 30 commits into from

Conversation

ugtthis
Copy link
Contributor

@ugtthis ugtthis commented Dec 19, 2024

Example automated commit: ugtthis@13e520b


Note: below comments is the same as the opendbc 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

@adeebshihadeh
Copy link
Contributor

I'd like to keep this one the same.

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