Skip to content

Commit

Permalink
Exclude topic/core issues from Stale Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Jan 30, 2024
1 parent 62280c4 commit 5bbaa53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issues_and_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
days-before-pr-close: "${{ env.DAYS_BEFORE_PR_CLOSE }}"
days-before-pr-stale: "${{ env.DAYS_BEFORE_PR_STALE }}"
exempt-all-milestones: true
exempt-issue-labels: "topic/core"
exempt-pr-labels: "topic/core"
labels-to-add-when-unstale: "status/to verify"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-label: "status/stale"
Expand Down

0 comments on commit 5bbaa53

Please sign in to comment.