-
Add an option to get the commit which changed the source file and use it's message instead of the default sync message for the commit in the target repo (It might be enough to just mention the commit that changed the file in the new commits message). With this you get more context in the target repository on why a file was changed in the source, instead of the generic "file x was synced with y" message. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
whoops, turns out we might also need a flag to turn on commit signing, we're not allowing unsigned commits 😄 |
Beta Was this translation helpful? Give feedback.
-
I think it would be cool to have the option to use the original commit message, which can provide reasoning for the file change. Just has some corner cases to handle:
|
Beta Was this translation helpful? Give feedback.
-
🎉 This feature is part of version v1.12.0 🎉 To use this feature, 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 part of version v1.12.0 🎉
To use this feature, use the Action with the
v1
tag:Or the
latest
tag: