Skip to content

Commit 05ba15b

Browse files
committed
refactor: small internal refactors and add documentation
1 parent 1d4ede6 commit 05ba15b

17 files changed

+1039
-138
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ daysUntilClose: 7
66

77
# Issues with these labels will never be considered stale
88
exemptLabels:
9-
- "Type: Security"
9+
- 'Type: Security'
1010

1111
# Label to use when marking an issue as stale
12-
staleLabel: "Status: Abandoned"
12+
staleLabel: 'Status: Abandoned'
1313

1414
# Comment to post when marking an issue as stale. Set to `false` to disable
1515
markComment: >

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ yarn.lock
1414
shrinkwrap.yaml
1515
test/__app/
1616
test/__app
17+
tmp

0 commit comments

Comments
 (0)