ipfs / ipfs-docs

📚IPFS documentation platform
https://docs.ipfs.tech
299 stars 409 forks source link

chore: Fleek fix test (Do Not Merge) #1716

Closed vesahc closed 1 year ago

vesahc commented 1 year ago

Describe your changes

Testing fix to unstick Fleek build action on https://github.com/ipfs/ipfs-docs/pull/1709

Files changed

What issue(s) does this address?

Does this update depend on any other PRs?

Checklist before requesting a review

Checklist before merging

welcome[bot] commented 1 year ago

Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!

vesahc commented 1 year ago

Ok success. Steps I followed to unblock the PR are below. Looking for an easier solution, but in the meantime....

I found a workaround! You need to create a new PR for the same commit using different branch name. This will kick the build upon completion both original and new PR will get status update. Then you can merge the original and close the new one.

If PR was created from remote repository you can pull the ref to your repository locally by following these instructions:

https://help.github.com/articles/checking-out-pull-requests-locally/ git fetch origin pull/{id}/head:temporary git push origin temporary

source: https://stackoverflow.com/questions/52200096/github-pull-request-waiting-for-status-to-be-reported