summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2021-05-17 19:42:01 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-17 19:44:02 -0700
commit32b66bb2be1b3b56138ca856045381519e210b68 (patch)
treec43d958a4bff277b8210dbd3087ff3c08aa2aea6 /.github
parent3c24d345d09493bc65bcecc2b99997524a1fe6c1 (diff)
Add badges for Github actions so it's easier to notice when they are failing.
PiperOrigin-RevId: 374331016
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 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 * * *"