-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Extend fast-forward unit test. #20
Conversation
nwalfield
commented
Aug 26, 2023
- Extend the fast-forward unit test to also check that '/fast-forward' fails when the base can't be fast forwarded.
- Extend the fast-forward unit test to also check that '/fast-forward' fails when the base can't be fast forwarded.
Triggered from #20 by @nwalfield. Checking if we can fast forward Target branch ( commit d1791bc5ea329c194d4c63459d97ae4931339e41 (HEAD -> main, origin/main, origin/HEAD)
Author: Neal H. Walfield <[email protected]>
Date: Fri Aug 25 12:58:49 2023 +0200
ci: Check that the fast-forward check and /fast-forward work.
- Check that the actions work by opening a pull request in a test
repository, and then fast forwarding it. Pull request ( commit 59ccc4bac6c544393fce7548d17493a92ea86dd8 (pull_request/nwalfield/unit-test)
Author: Neal H. Walfield <[email protected]>
Date: Sat Aug 26 22:37:42 2023 +0200
ci: Extend fast-forward unit test.
- Extend the fast-forward unit test to also check that
'/fast-forward' fails when the base can't be fast forwarded. It is possible to fast forward |
- After fast forwarding the branch, it can take GitHub a second or two to close the merge request.
Triggered from #20 by @nwalfield. Checking if we can fast forward Target branch ( commit d1791bc5ea329c194d4c63459d97ae4931339e41 (HEAD -> main, origin/main, origin/HEAD)
Author: Neal H. Walfield <[email protected]>
Date: Fri Aug 25 12:58:49 2023 +0200
ci: Check that the fast-forward check and /fast-forward work.
- Check that the actions work by opening a pull request in a test
repository, and then fast forwarding it. Pull request ( commit 207044e6264cb96ee4d2ea55845c7db4a8b581f1 (pull_request/nwalfield/unit-test)
Author: Neal H. Walfield <[email protected]>
Date: Sat Aug 26 22:50:04 2023 +0200
ci: Wait a couple of seconds before checking the PR's merge status.
- After fast forwarding the branch, it can take GitHub a second or
two to close the merge request. It is possible to fast forward |
/fast-forward |
Triggered from #20 (comment) by @nwalfield. Trying to fast forward Target branch ( commit d1791bc5ea329c194d4c63459d97ae4931339e41 (HEAD -> main, origin/main, origin/HEAD)
Author: Neal H. Walfield <[email protected]>
Date: Fri Aug 25 12:58:49 2023 +0200
ci: Check that the fast-forward check and /fast-forward work.
- Check that the actions work by opening a pull request in a test
repository, and then fast forwarding it. Pull request ( commit 207044e6264cb96ee4d2ea55845c7db4a8b581f1 (pull_request/nwalfield/unit-test)
Author: Neal H. Walfield <[email protected]>
Date: Sat Aug 26 22:50:04 2023 +0200
ci: Wait a couple of seconds before checking the PR's merge status.
- After fast forwarding the branch, it can take GitHub a second or
two to close the merge request. Fast forwarding $ git push origin 207044e6264cb96ee4d2ea55845c7db4a8b581f1:main
To https://github.com/sequoia-pgp/fast-forward.git
d1791bc..207044e 207044e6264cb96ee4d2ea55845c7db4a8b581f1 -> main |