The constants.py module#

Summary#

DEFAULT_BRANCH_NAME

Default branch name for the synchronization process.

DEFAULT_PULL_REQUEST_TITLE

Default title for the pull request created during synchronization.

Description#

Module containing constants for the repo sync tool.

Module detail#

constants.DEFAULT_BRANCH_NAME = 'sync/file-sync'#

Default branch name for the synchronization process.

constants.DEFAULT_PULL_REQUEST_TITLE = 'sync: file sync performed by ansys-tools-repo-sync'#

Default title for the pull request created during synchronization.