diff options
author | Ian Lewis <ianlewis@google.com> | 2021-06-08 20:05:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-08 20:08:17 -0700 |
commit | 927bb26517e7181e18c714d2892595cf1de8d4db (patch) | |
tree | 3dbb5dd188b5e141dd5ccd571bb63ba2a67d5094 /.github/workflows/issue_reviver.yml | |
parent | cf713ee69e4ddffb6a69ea3ee78c8ea55ec9965e (diff) |
Don't mark issues as stale.
PiperOrigin-RevId: 378306356
Diffstat (limited to '.github/workflows/issue_reviver.yml')
-rw-r--r-- | .github/workflows/issue_reviver.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue_reviver.yml b/.github/workflows/issue_reviver.yml index f2d584ac0..a6a9b1b4f 100644 --- a/.github/workflows/issue_reviver.yml +++ b/.github/workflows/issue_reviver.yml @@ -1,5 +1,5 @@ # This workflow revives issues that are still referenced in the code, and may -# have been accidentally closed or marked stale. +# have been accidentally closed. name: "Issue reviver" "on": schedule: |