Skip to content

Commit

Permalink
ci(stale.yml): skip stale for milestones (#614)
Browse files Browse the repository at this point in the history
Do not mark as stale at specific milestones.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Nov 17, 2024
1 parent 2f61e2e commit 5834bca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ jobs:
stale-pr-message: |
"This PR is stale because it has been open for 14 days with no activity."
# Avoid stale for specific milestones
exempt-issue-milestones: "future"
exempt-pr-milestones: "future"

repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5834bca

Please sign in to comment.