Skip to content

Commit

Permalink
ci(github): minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector committed Dec 7, 2021
1 parent a49fb78 commit 80e136f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
github: donhector
---
github: 'donhector'
custom: [
'https://paypal.me/donhector',
'https://venmo.com/donhector'
]
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale. ie: 90
daysUntilStale: 1
daysUntilStale: 90

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. ie: 30
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 2
daysUntilClose: 30

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
default_stages: [commit, manual]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"*.yml": "ansible",
"**/.github/**/*.yml": "yaml"
},
"python.pythonPath": "${workspaceFolder}/.venv/bin/python"
"python.pythonPath": ".venv/bin/python"
}
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018
Copyright (c) 2021 donhector

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 80e136f

Please sign in to comment.