diff options
author | Ian Lewis <ianlewis@google.com> | 2021-05-17 19:42:01 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-17 19:44:02 -0700 |
commit | 32b66bb2be1b3b56138ca856045381519e210b68 (patch) | |
tree | c43d958a4bff277b8210dbd3087ff3c08aa2aea6 /README.md | |
parent | 3c24d345d09493bc65bcecc2b99997524a1fe6c1 (diff) |
Add badges for Github actions so it's easier to notice when they are failing.
PiperOrigin-RevId: 374331016
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ [![gVisor chat](https://badges.gitter.im/gvisor/community.png)](https://gitter.im/gvisor/community) [![code search](https://img.shields.io/badge/code-search-blue)](https://cs.opensource.google/gvisor/gvisor) +[![Issue reviver](https://github.com/google/gvisor/actions/workflows/issue_reviver.yml/badge.svg)](https://github.com/google/gvisor/actions/workflows/issue_reviver.yml) +[![Stale issues](https://github.com/google/gvisor/actions/workflows/stale.yml/badge.svg)](https://github.com/google/gvisor/actions/workflows/stale.yml) + ## What is gVisor? **gVisor** is an application kernel, written in Go, that implements a |