aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-12-31 15:42:24 +0100
committerBond_009 <bond.009@outlook.com>2022-12-31 15:42:24 +0100
commit2fbdc0c1638d0e750cae43cc44fea10414e887c0 (patch)
tree1260396c5afaf722ccf92a2047119cc59262ac1d
parentcfda11d5f987de8bfc4e3f2cf47548977f86cf77 (diff)
Give stale action write permission for issues
-rw-r--r--.github/workflows/repo-stale.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml
index c1f5e718b..897b7014a 100644
--- a/.github/workflows/repo-stale.yaml
+++ b/.github/workflows/repo-stale.yaml
@@ -5,7 +5,8 @@ on:
- cron: '30 1 * * *'
workflow_dispatch:
-permissions: {}
+permissions:
+ issues: write
jobs:
stale:
runs-on: ubuntu-latest
@@ -22,7 +23,7 @@ jobs:
stale-issue-label: stale
stale-issue-message: |-
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
-
+
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
-
+
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).