Skip to content

Commit f6d5b88

Browse files
authored
Merge pull request #1813 from dxc-technology/Mil4n0r/github_issues-bot
Added autoclose exempt label for GitHub Bot
2 parents 7c68005 + ad49b8b commit f6d5b88

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)