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

storage/github: add commit_message_suffix as config entry #154

Merged
merged 1 commit into from Mar 26, 2023

Commits on Aug 30, 2022

  1. storage/github: add commit_message_suffix as config entry

    Adding '[ci skip]' made sense in the original implementation, when CI
    was not often used to act on a status repo. In the age of GitHub
    Actions, it would be helpful to be able to control whether this string
    is appended.
    
    The current implementation leaves "[ci skip]" enabled for all users,
    and the user can optionally change it by adding this setting to their
    storage configuration:
    
    	"commit_message_suffix": "user-defined-string"
    
    If the user sets the suffix to a single space (" "), then it will be
    disabled.
    parkr committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    798aabd View commit details
    Browse the repository at this point in the history