Skip to content

Commit 38f79cf

Browse files
authored
Merge branch 'master' into rarrojolopez-badge-doc
2 parents 5e9d428 + f6d5b88 commit 38f79cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inactive-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write
11-
pull-requests: write
1211
steps:
1312
- uses: actions/stale@v5
1413
with:
@@ -17,4 +16,5 @@ jobs:
1716
stale-issue-label: "stale"
1817
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed."
1918
close-issue-message: "This issue has been closed as it has been inactive for 15 days since being marked as stale."
19+
exempt-issue-labels: 'non-closable'
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)