Problem to Solve
For monorepos that hold several Python packages, when an action runs update-project-version, the PR title and commit message do not describe which package it updated.
Example: https://github.com/ni/ni-apis-python/pull/47/commits
Proposed Solution
Add action inputs that let callers set these strings explicitly, or add an action input for the package name and include it in the PR title and commit message.
AB#3226083