Stacked PRs FAQs and Troubleshooting
FAQs and troubleshooting for Aviator StackedPRs CLI, av cli.
Aviator reports an pending status check with state "unknown"
# Sample configuration, adapt accordingly
on:
pull_request:
branches:
- "*"Does each PR in the stack need to pass CI?
# Only set to True during development
ENABLE_AUTOMATIC_CAT_GIFS = False
def greet_user(user):
...
if ENABLE_AUTOMATIC_CAT_GIFS:
send_sms(user.phone_number, "<gif of an adorable cat>")What happens if I use the GitHub merge button instead of Aviator to merge a stacked PR?
Why not just use feature branches?
Last updated
Was this helpful?
