Skip to content

Commit

Permalink
Merge branch 'master' into OIDC-sovereign-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia authored May 24, 2023
2 parents ddfe2f4 + 1fe46a2 commit 6cb3cd6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/defaultLabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:
days-before-stale: 14
days-before-close: -1
operations-per-run: 100

- uses: actions/stale@v8
name: Close issue with no feedback for 20 days
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
close-issue-message: 'This issue has been labeled as `needs-author-feedback` for 20 days with no activity. We will close it for now. If you require additional assistance, please feel free to reopen it with the required information.'
days-before-stale: -1
days-before-close: 20
stale-issue-label: 'needs-author-feedback'
only-issue-labels: 'needs-author-feedback'
close-issue-reason: 'completed'
operations-per-run: 100

0 comments on commit 6cb3cd6

Please sign in to comment.