diff options
author | classabbyamp <5366828+classabbyamp@users.noreply.github.com> | 2022-08-20 22:03:52 +0000 |
---|---|---|
committer | classabbyamp <5366828+classabbyamp@users.noreply.github.com> | 2022-11-05 04:37:44 +0000 |
commit | 302febbf6bed53d91fca4e78b47de48f8babd3b1 (patch) | |
tree | 97d1c6ff3b719273b04a340e01be871336fbf83c /.github/workflows | |
parent | 4d89e4a0d433a56769db45feca6fadd47a3929a8 (diff) | |
download | void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar.gz void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar.bz2 void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar.lz void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar.xz void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.tar.zst void-packages-302febbf6bed53d91fca4e78b47de48f8babd3b1.zip |
.github/workflows/stale.yml: ignore tracking issues
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bf26c4b03cd..b5b1f7d188d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,4 +22,4 @@ jobs: exempt-all-assignees: true ascending: true operations-per-run: 250 - exempt-issue-labels: 'request,bug' + exempt-issue-labels: 'request,bug,tracking' |