Replies: 1 comment
-
Ticket is created #255 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
Currently, there is a workflow to generate and update the
sample
project for referencing. The idea is after merging a new PR into develop branch, the workflow will be triggered on the merge commit to generate thesample
project, commit and push all new changes. This initial approach works properly as it is, however, it has come cons as below:bot-nimble
account toAllow specified actors to bypass required pull requests
to push new commits directly to thedevelop
branch (Fix: generating sample project is failing to push changes to develop (protected branch) #210), that kindly not a normal process.Solution
So, instead of generating & updating the sample project after merging new PRs into the
develop
, we can do it directly on each PR. That means, after making and pushing some changes in the template structure into a PR, there is a new workflow that will generate and push a new commit directly into that PR to show the new updates for the sample project.This approach has some concerns are:
the author can ignore those and force-push new update commits into their PRs
. The bot will push new commits afterward by combining all the changes in the final sample project ✅not push an update commit without changes
✅Who Benefits?
Developers
What's Next?
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions