Skip to content

Commit

Permalink
[chore] Allow way for PRs to never become stale (open-telemetry#1136)
Browse files Browse the repository at this point in the history
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
  • Loading branch information
joaopgrassi and lmolkova authored Jun 10, 2024
1 parent ca6e1c5 commit 53d5244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 7 days.'
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
exempt-pr-labels: 'bug,work in progress,experts needed'
exempt-pr-labels: 'bug,work in progress,experts needed,never stale'
exempt-draft-pr: true
# opt out of defaults to avoid marking issues as stale
days-before-stale: -1
Expand Down

0 comments on commit 53d5244

Please sign in to comment.