Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges committed Oct 30, 2023
2 parents 6f3d222 + 4030361 commit 49eceea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity. Please reopen the issue, if this happened accidently.'
days-before-issue-stale: 90
stale-issue-message: |
This issue is stale because it has been open for 1 year with no activity.
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.
days-before-issue-stale: 365
day-before-pr-stale: -1
days-before-close: 7
days-before-close: -1
days-before-pr-close: -1
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ boto3 = "^1.18.17"
cryptography = ">=3.4.7,<42.0.0"
gitpython = "^3.1.30"
google-api-python-client = "^2.15.0"
hvac = "1.0.2"
hvac = "1.2.1"
jinja2 = "^3.0.1"
jsonnet = "^0.20.0"
jsonschema = "^4.17.3"
Expand Down

0 comments on commit 49eceea

Please sign in to comment.