eks-anywhere-build-tooling icon indicating copy to clipboard operation
eks-anywhere-build-tooling copied to clipboard

Include branch name other than main in the update attribution PR title

Open sp1999 opened this issue 1 year ago • 5 comments

Description of changes: The most recent PR created by eks-distro-pr-bot to update ATTRIBUTION.txt files on release-0.20 branch did not include the branch name in the PR title. We follow the convention to prepend "[BRANCH_NAME] " to the PR title for most of the other automated PRs created by the bot when the PR is being created for any release branch in order to quickly identify the base branch. This PR updates the create_attribution function to follow this convention. The -r argument is removed for the pr_title local variable to allow updating it else it would be a read-only variable and throw an error.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sp1999 avatar Aug 16 '24 05:08 sp1999