diff --git a/.github/stale.yml b/.github/stale.yml index f767674..7a6a571 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,10 +6,10 @@ daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - 'Type: Security' + - "Type: Security" # Label to use when marking an issue as stale -staleLabel: 'Status: Abandoned' +staleLabel: "Status: Abandoned" # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > diff --git a/.prettierignore b/.prettierignore index cbca5c5..1f892ec 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,3 +8,4 @@ fixtures/* async-fixtures/* newline-fixtures/* *.txt +*.md