qmcpack
qmcpack copied to clipboard
Reapprove PR after Auto Rebase Completes
Proposed changes
In reference to issue: https://github.com/QMCPACK/qmcpack/issues/3862 Continuation of this PR: https://github.com/QMCPACK/qmcpack/pull/3994
Allows the rebase action to reapprove pr after autorebase is complete. It approves specifically the SHA it pushes, so there shouldnt be an accidental approval.
What type(s) of changes does this code introduce?
- Other (please describe): Github Actions Pipeline Changes
Does this introduce a breaking change?
- No
What systems has this change been tested on?
remote github runners
Tested on this PR: https://github.com/walshmm/qmcpack/pull/11 You can follow its listed history to see it was rebased and reapproved via bot before being automerged.
Checklist
Update the following with a yes where the items apply. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code.
- Yes. This PR is up to date with current the current state of 'develop'
- Yes. Code added or changed in the PR has been clang-formatted
- Yes. This PR adds tests to cover any new code, or to catch a bug that is being fixed
- No. Documentation has been added (if appropriate)