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-10 23:26:21 +0300
committerGitHub <noreply@github.com>2021-07-10 23:26:21 +0300
commitfeb719d5426df7ad45d00ffadecb931780763134 (patch)
treec521cf5c397780e252709da7d4baf84ce2d8b97c /.github
parentfc6dde93b1b8c3b829d083cbfbdc5fc3112ee1df (diff)
chore: stale space
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 105d3eb..00313e6 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-pr-labels: accepted, blocked,bug,dependency,enhancement,'help wanted',question,security,meta
+ exempt-issue-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta
+ exempt-pr-labels: accepted,blocked,bug,dependency,enhancement,'help wanted',question,security,meta
stale-issue-label: 'stale'
stale-pr-label: 'stale'