-
Thanks for this very thoughtful action. It's perfectly suited to our needs! Many fields, such the PR description for example, have been hardcoded into the codebase and cannot be changed via any config parameter. repo-file-sync-action/src/git.js Line 194 in fe89855 It'd be nice if we could edit these fields via the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey @dhruvkb thanks for taking the time to create this discussion!
You can already change the commit body, the commit/pr prefix and I have been thinking about using the message of original commit for sync commit (#13), so this is definitely a valid request as well!
We could add another action input like How would you imagine theses options to work? Would it overwrite the title and description completely or just change parts of it? For example the PR body contains all of the changed files so overwriting it completely would mean they wouldn't be included: repo-file-sync-action/src/git.js Lines 194 to 202 in fe89855 Just out of curiosity, what would be the benefit/your usecase for changing the PR title and description? |
Beta Was this translation helpful? Give feedback.
-
🎉 This feature is included in version v1.10.0 🎉 To use the latest version, use the Action with the uses: BetaHuhn/repo-file-sync-action@v1 Or the uses: BetaHuhn/repo-file-sync-action@latest |
Beta Was this translation helpful? Give feedback.
🎉 This feature is included in version v1.10.0 🎉
To use the latest version, use the Action with the
v1
tag:Or the
latest
tag: