- Notifications
You must be signed in to change notification settings - Fork359
feat: Add Support for Injecting Configuration Directly into Release Drafter#1423
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ReneWerner87 commentedJan 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
friendly ping ? |
gaby commentedFeb 10, 2025
@jetersen@toolmantim@TimonVS Any chance of getting a review for this PR? It heavily simplifies the usage of release-drafter for mono-repos. |
gaby commentedMar 14, 2025
Hello@jetersen@toolmantim@TimonVS Any chance of getting a review for this PR? We have been trying to reach out for 2 months with no answer. Thanks! |
say8425 commentedMay 7, 2025
This would make it easier to support monorepo. Currently, Ihave to create n number of config files like the code below to use the monorepo feature, which is inconvenient. PR doesn't seem to have any issues, is there anything in particular that needs to be reviewed further? |
gaby commentedMay 7, 2025
@say8425 We just waiting for the maintainers, they haven't responded in a while. |
mdelapenya commentedMay 23, 2025
@jetersen friendly ping! I knew about this and I'm interested in adopting this pattern in the testcontainers-go monorepo 🙏 Please let me know if you need any kind of support with it |
jrbeilke commentedNov 4, 2025
@und-miller what do you think about this feature/PR? |
I would want feedback from@jetersen before merging new features as I am not as familiar with the repo. |
gaby commentedNov 5, 2025
@jrbeilke@und-miller@jetersen We been running this for months in the GoFiber org using a fork. Having this merged would be awesome |

Uh oh!
There was an error while loading.Please reload this page.
This pull request introduces a new feature to the Release Drafter GitHub Action that allows users to inject configuration dynamically during workflow execution.
Fixes#1338,#336
Key Changes
New
configInput:configinput.configinput takes precedence over theconfig-nameinput if both are provided.Use Case:
Example:
configinput to inject configurations directly.Benefits