Skip to content

Commit

Permalink
chore: batch update of project dependencies and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Feb 11, 2024
1 parent bf4cfab commit 0b4fb79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-01-31T13:11:40.702488141Z",
"version": "1.2.5",
"generated_at": "2024-02-11T11:55:13.240007961Z",
"version": "1.2.7",
"files": [
{
"path": ".editorconfig"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: stale-issues-prs-branches
on:
schedule:
- cron: 0 0/6 * * *
- cron: 0 0 * * *
jobs:
label-issues:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-issue-message: "This issue is idle because it has been open for 14 days with no activity."
stale-issue-label: idle
days-before-stale: 14
days-before-stale: 90
days-before-close: -1
operations-per-run: 100
exempt-issue-labels: backlog
Expand All @@ -23,7 +23,7 @@ jobs:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-pr-message: "This PR is idle because it has been open for 14 days with no activity."
stale-pr-label: idle
days-before-stale: 14
days-before-stale: 90
days-before-close: -1
operations-per-run: 100
- name: Cleanup Stale Branches
Expand Down

0 comments on commit 0b4fb79

Please sign in to comment.