[GH-ISSUE #161] Request: Add about GitHub Actions official status badge #669

Closed
opened 2026-04-15 04:00:12 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @peaceiris on GitHub (Aug 26, 2019).
Original GitHub issue: https://github.com/sdras/awesome-actions/issues/161

cf. GitHub Actions official status badges : github

GitHub Actions provides official CI/CD status badges.

example:
[![](https://github.com/actions/toolkit/workflows/Main%20workflow/badge.svg)](https://github.com/actions/toolkit)

URL format:
https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg

The official document about the badge has not been written yet.

Originally created by @peaceiris on GitHub (Aug 26, 2019). Original GitHub issue: https://github.com/sdras/awesome-actions/issues/161 cf. [GitHub Actions official status badges : github](https://www.reddit.com/r/github/comments/csehoc/github_actions_official_status_badges/) GitHub Actions provides official CI/CD status badges. [![](https://github.com/actions/toolkit/workflows/Main%20workflow/badge.svg)](https://github.com/actions/toolkit) ```md example: [![](https://github.com/actions/toolkit/workflows/Main%20workflow/badge.svg)](https://github.com/actions/toolkit) URL format: https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg ``` The official document about the badge has not been written yet.
Author
Owner

@gep13 commented on GitHub (Aug 26, 2019):

@peaceiris can you please clarify what you are suggesting here? Are you suggesting adding a status badge for the workflow that is being used in this repository? Or something else?

<!-- gh-comment-id:524735222 --> @gep13 commented on GitHub (Aug 26, 2019): @peaceiris can you please clarify what you are suggesting here? Are you suggesting adding a status badge for the workflow that is being used in this repository? Or something else?
Author
Owner

@peaceiris commented on GitHub (Aug 26, 2019):

I suggest the following:

<!-- gh-comment-id:524736498 --> @peaceiris commented on GitHub (Aug 26, 2019): I suggest the following: - Add a status badge of this repo's workflow. - ![](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) - https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg - Add information about CI status badges to `README.md` - How to create a link to a badge SVG
Author
Owner

@gep13 commented on GitHub (Aug 26, 2019):

@peaceiris sounds good to me! Would you be in a position to submit a PR for that?

<!-- gh-comment-id:524740097 --> @gep13 commented on GitHub (Aug 26, 2019): @peaceiris sounds good to me! Would you be in a position to submit a PR for that?
Author
Owner

@peaceiris commented on GitHub (Aug 26, 2019):

Would you be in a position to submit a PR for that?

Yes, I will submit a PR.

I think that the status badge of this repo should be added at the top of README or next to the AWESOME icon. And, information about the status badge should be added to the Official Resources.

How about you?

<!-- gh-comment-id:524742233 --> @peaceiris commented on GitHub (Aug 26, 2019): > Would you be in a position to submit a PR for that? Yes, I will submit a PR. I think that the status badge of this repo should be added at the top of README or next to the AWESOME icon. And, information about the status badge should be added to the [Official Resources](https://github.com/sdras/awesome-actions#official-resources). How about you?
Author
Owner

@gep13 commented on GitHub (Aug 26, 2019):

Badge at the top makes sense to me, and official resources sounds good to me.

<!-- gh-comment-id:524756187 --> @gep13 commented on GitHub (Aug 26, 2019): Badge at the top makes sense to me, and official resources sounds good to me.
Author
Owner

@peaceiris commented on GitHub (Aug 26, 2019):

I created the Pull Request #162

<!-- gh-comment-id:524780005 --> @peaceiris commented on GitHub (Aug 26, 2019): I created the Pull Request #162
Author
Owner

@gep13 commented on GitHub (Aug 27, 2019):

@peaceiris thanks again for this!

<!-- gh-comment-id:525160489 --> @gep13 commented on GitHub (Aug 27, 2019): @peaceiris thanks again for this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#669