community icon indicating copy to clipboard operation
community copied to clipboard

Changed to vertical scroll and added Park&Ride

Open derekllaw opened this issue 4 months ago • 1 comments

Description

Modified to vertical scroll and added logo

Copilot

copilot:all

derekllaw avatar Feb 22 '24 17:02 derekllaw

⚠️ The automated review process is experimental and likely has bugs. Please bear with us as we iron out the kinks and enable you to ship changes at high velocity 🚀

Next Steps

Hello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:

  • [ ] Sign the CLA if you haven't already
  • [ ] Ensure your build is green! Any problem will display a proposed solution to try out
  • [ ] Get a review, either by Tidbyt Bot or by a Tidbyt engineer

Manual Review Required

Hang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:

Test Details
App Dir All files are in a single app directory
🟡 Modules Usage of http.star requires review
Original Author The original author matches the PR author

Previews

apps/campark/campark.star:

tidbyt[bot] avatar Feb 22 '24 17:02 tidbyt[bot]

Thanks for the PR. There are some conflicts here that need to be resolved before merging. Could you rebase the PR? Alternatively, create a new fork of the community repo, reapply the changes there and cut a new PR?

matslina avatar Mar 07 '24 21:03 matslina

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


22 out of 23 committers have signed the CLA.
:white_check_mark: @derekllaw
:white_check_mark: @hodgerpodger
:white_check_mark: @HunBurry
:white_check_mark: @imcnaugh
:white_check_mark: @quesurifn
:white_check_mark: @bendiep
:white_check_mark: @mokolodi1
:white_check_mark: @M0ntyP
:white_check_mark: @joeyhoer
:white_check_mark: @wilcot
:white_check_mark: @MarkGamed7794
:white_check_mark: @frame-shift
:white_check_mark: @sch0lars
:white_check_mark: @matslina
:white_check_mark: @arieltian
:white_check_mark: @jvivona
:white_check_mark: @tavdog
:white_check_mark: @PMK
:white_check_mark: @rjison
:white_check_mark: @jflood937
:white_check_mark: @kenodegard
:white_check_mark: @theimpossibleleap
:x: @Shawaty
You can retrigger this bot by commenting recheck in this Pull Request

tidbyt-bot avatar Mar 13 '24 16:03 tidbyt-bot

I have read the CLA Document and I hereby sign the CLA

derekllaw avatar Mar 13 '24 16:03 derekllaw

recheck

derekllaw avatar Mar 13 '24 17:03 derekllaw

How to fix this:

git checkout 69c720291f50522cb2f70ecbdfec01593f442513 #  after your first few commits - you'll end up in headless mode
git checkout -b park-and-ride  # switch to a branch
git cherry-pick cd0f88b63d30b949b6ee046018fc3324e14b5e2a  # add the commits that you did later
git cherry-pick 22fb49dab7199d7254fefb1b62be95e2a53196d6
git cherry-pick 647ceff2abecd87b0296dcc12fb40d0965f8e512
git push origin park-and-ride  # push that new branch to your forked repo

Then either recreate a new PR from derekllaw:park-and-ride or fix main somehow (this is slightly sketch, but something like this should work: git branch -D main, git checkout main [should pull from origin], git merge park-and-ride)

mokolodi1 avatar Mar 13 '24 18:03 mokolodi1

We're automatically closing this issue because it hasn't had any activity in 30 days. If that seems like a mistake, please feel free to re-open. Thanks!

stale[bot] avatar Apr 14 '24 12:04 stale[bot]