Skip to content

Commit

Permalink
style: format source files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 3, 2021
1 parent 51bf0f8 commit bb8b5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
2 changes: 1 addition & 1 deletion instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default async function instructions(
google: false,
twitter: false,
discord: false,
linkedin: false
linkedin: false,
},
envVars: ENV_VARS,
}
Expand Down

0 comments on commit bb8b5fb

Please sign in to comment.