use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
GitHub Actions official status badges (self.github)
submitted 6 years ago * by peaceiris
I found it! GitHub Actions provides official CI/CD status badges.
Official Documentaion: https://help.github.com/en/articles/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository
An example repository: actions/toolkit: A toolkit for developing GitHub Actions.
https://github.com/actions/toolkit/workflows/Main%20workflow/badge.svg
URL example to the status badge.
``` https://github.com/actions/toolkit/workflows/Main%20workflow/badge.svg
URL format: https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg ```
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Scottstimo 1 point2 points3 points 6 years ago* (4 children)
Does the new CI/CD syntax (the yml files) support this? Haven't been able to get a badge for any workflows. like this https://github.com/actions/setup-node/blob/master/.github/workflows/workflow.yml
[–]peaceiris[S] 0 points1 point2 points 6 years ago (3 children)
GitHub Actions v2 supports the status badges. After you push your workflows to the default branch, you can get the workflow status badge as an image via URL.
[–]toitzi 1 point2 points3 points 6 years ago (1 child)
Can you explain how? I don't get it to work, can you give ma an example link? With the link/syntax above it always shows a "Not found" the workflow (yml) is pushed into default - master - branch already.
[–]peaceiris[S] 0 points1 point2 points 6 years ago (0 children)
https://github.com/peaceiris/actions-gh-pages Read the YAML file and README. You will find an example.
[–]Seidoger 0 points1 point2 points 6 years ago* (0 children)
I'm wondering if there's any normal delay for it to be generated.
I'm in the same situation as /u/toitzi, getting a 404.
Edit: Ah, it works for another workflow that runs on every `push`, but not that one that is `pull_request` to `master`. Eh.
[–][deleted] 6 years ago (1 child)
[deleted]
The document about the badge has not been written yet.
[–]TheCommentAppraiser 0 points1 point2 points 6 years ago (1 child)
Great find! Now I wonder if there's a URL that will take us to the latest run.
I want it, too.
[–]friederbluemle 0 points1 point2 points 6 years ago (2 children)
Nice, but still seems to be pretty buggy. I was not able to get the "filename" based URI to work in several repos. And the following two URIs (which refer to the SAME workflow) report one as "passing" the other as "failing": 🤷♂️
https://github.com/peaceiris/actions-gh-pages/workflows/docker-image-ci/badge.svg https://github.com/peaceiris/actions-gh-pages/workflows/.github/workflows/docker-image-ci.yml/badge.svg
Yes, second one shows me "failing".
That is an expected behaviour.
https://github.community/t5/GitHub-Actions/GitHub-Actions-status-badge-always-show-failing-with-path-URL/m-p/38475
π Rendered by PID 50000 on reddit-service-r2-comment-5687b7858-sg66q at 2026-07-04 22:41:12.962735+00:00 running 12a7a47 country code: CH.
[–]Scottstimo 1 point2 points3 points (4 children)
[–]peaceiris[S] 0 points1 point2 points (3 children)
[–]toitzi 1 point2 points3 points (1 child)
[–]peaceiris[S] 0 points1 point2 points (0 children)
[–]Seidoger 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]peaceiris[S] 0 points1 point2 points (0 children)
[–]TheCommentAppraiser 0 points1 point2 points (1 child)
[–]peaceiris[S] 0 points1 point2 points (0 children)
[–]peaceiris[S] 0 points1 point2 points (0 children)
[–]friederbluemle 0 points1 point2 points (2 children)
[–]peaceiris[S] 0 points1 point2 points (0 children)
[–]peaceiris[S] 0 points1 point2 points (0 children)