Skip to content
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

Gitpod app no longer creates Badges or comments #19519

Open
rfay opened this issue Mar 7, 2024 · 2 comments
Open

Gitpod app no longer creates Badges or comments #19519

rfay opened this issue Mar 7, 2024 · 2 comments
Labels
team: team-experience type: bug Something isn't working

Comments

@rfay
Copy link

rfay commented Mar 7, 2024

Bug description

We loved the Gitpod badges on PRs because they helped people to go test things.

But they disappeared at some point.

Maybe prebuilds are completely gone and aren't run any more? I can't find badges happening on any gitpod-enabled repository.

Steps to reproduce

I created

to demonstrate this.

You can see DDEV's .gitpod.yml at https://github.com/ddev/ddev/blob/master/.gitpod.yml

Workspace affected

No response

Expected behavior

Love those badges!

Example repository

https://github.com/ddev/ddev

Anything else?

I see

@rfay rfay added the type: bug Something isn't working label Mar 7, 2024
@shaal
Copy link
Contributor

shaal commented Mar 7, 2024

I'd love that feature to work again!

@TechQuery
Copy link

A third-party GitHub app can help us: https://pullrequestbadge.com/

.github/pr-badge.yml example

- icon: github
  label: "GitHub codespaces"
  message: "PR-$prNumber"
  color: "black"
  url: "https://codespaces.new/$owner/$repo/pull/$prNumber"

- icon: git
  label: "GitPod.io"
  message: "PR-$prNumber"
  color: "orange"
  url: "https://gitpod.io/?autostart=true#https://github.com/$owner/$repo/pull/$prNumber"

Real world PR example

kaiyuanshe/open-source-articles#367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: team-experience type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants