Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2021-07-26 21:21:13 +0300
committerGitHub <noreply@github.com>2021-07-26 21:21:13 +0300
commitd2fc4fcbc1f9b8dc281736e1dc5cb9d5392b9524 (patch)
tree987c6c61a8f800c3e7ff3ef0c0adbf248738aa81 /.github
parentf13ef12bf05c98416d5fa74c8fbeaad11076e83c (diff)
chore: stale
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 72597d8..95e1f70 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -17,7 +17,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?'
stale-pr-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?'
- exempt-issue-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta
+ exempt-issue-labels: accepted,blocked,bug,dependency,enhancement,question,security,meta
exempt-pr-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta
stale-issue-label: 'stale'
stale-pr-label: 'stale'