fnplus / footsteps-extension

The companion browser extension for footsteps.dev. The project has been moved to a new repo.
https://github.com/xlogix/footsteps-ext
GNU General Public License v3.0
4 stars 26 forks source link

Create rebase-a-pr.yml #35

Closed aashimgarg closed 3 years ago

aashimgarg commented 4 years ago

When you rebase, Git finds the base of your branch,finds all the commits between that base and HEAD and re-plays those commits on the HEAD of the branch you're rebasing onto. Git actually creates new commits that represent what your changes look like on top of master.

Simply comment /rebase to trigger the action.

aashimgarg commented 4 years ago

@xlogix have a look. i added the github token in the env.