pantheon-systems / pantheon-systems/plugin-release-actions
Parameterize input to prepare dev and release pr
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Shell
- Stars
- 2
- Forks
- 1
- Avg merge
- 13h 6m
- Merged PRs (30d)
- 3
Description
The following are included in the prepare-dev yml, but not configured to be usable in the script yet
# All of these should be parameterized but right now are set in the bash script.
# release_branch:
# required: false
# default: "release"
# development_branch:
# required: false
# default: "main"
# git_author_username:
# required: false
# default: "bot@getpantheon.com"
# git_author_username:
# required: false
# default: "Pantheon Automation"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the prepare-dev YAML and the Bash script it invokes. Compare the commented release_branch, development_branch, and Git identity inputs with the values currently set in the script. Done means these values can be supplied through the workflow inputs while retaining the stated defaults.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100