Skip to content

Commit

Permalink
Move policies into 1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 15, 2024
1 parent cb6146b commit 9a7353e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/policies/reprocodenotprovided.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/policies/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,19 @@ configuration:
then:
- addLabel:
label: triage
scheduledSearches:
- description: "Close issues that where author has not provided reproduction code or repo"
- frequencies:
- hourly:
hour: 3
filters:
- isOpen
- is:issue
- hasLabel:
label: 'needs: repro code or repository'
- noActivitySince:
days: 1
actions:
- addReply:
reply: "This issue has been automatically closed as no reproduction code has been provided within **4 days**."
- closeIssue

0 comments on commit 9a7353e

Please sign in to comment.