diff options
-rw-r--r-- | .github/workflows/stale.yml | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ef13f019f..ce300869c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,6 @@ # The stale workflow closes stale issues and pull requests, unless specific # tags have been applied in order to keep them open. -name: "Close stale issues" +name: "Stale issues" "on": schedule: - cron: "0 0 * * *" @@ -4,6 +4,9 @@ [](https://gitter.im/gvisor/community) [](https://cs.opensource.google/gvisor/gvisor) +[](https://github.com/google/gvisor/actions/workflows/issue_reviver.yml) +[](https://github.com/google/gvisor/actions/workflows/stale.yml) + ## What is gVisor? **gVisor** is an application kernel, written in Go, that implements a |