cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

Dg gh actions #806

Closed dgodongm closed 7 months ago

CLAassistant commented 7 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Demian Godon seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

cypress-app-bot commented 7 months ago
MikeMcC399 commented 7 months ago

@dgodongm

Please don't open pull requests into the production copy of the repo unless you intend to submit a change for everybody to use. You can practice using pull requests in your fork of the repository, but make sure that the target of your pull request is also a branch in your fork, not the master branch of the production repo.

dgodongm commented 7 months ago

@MikeMcC399 Apologies. The default from GH is the upstream repo (this one), which I neglected to switch. Incidentally, I'm attempting to follow the instructions at https://docs.cypress.io/guides/continuous-integration/github-actions#Basic-Setup and getting a bunch of errors that I raised a question for on Discord at https://discord.com/channels/755913899261296641/1217904654898167941

MikeMcC399 commented 7 months ago

@dgodongm

Apologies. The default from GH is the upstream repo (this one), which I neglected to switch.

Don't worry too much about this, but it would be appreciated if you keep your PRs in your own fork!

Incidentally, I'm attempting to follow the instructions at https://docs.cypress.io/guides/continuous-integration/github-actions#Basic-Setup and getting a bunch of errors that I raised a question for on Discord at https://discord.com/channels/755913899261296641/1217904654898167941

I read about your issues and it seems that you have hit several different problems. I will take a look at see where I can suggest fixes / improvements.