Skip to content

Commit

Permalink
Merge pull request #580 from immobiliare/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
antoniomuso committed Feb 8, 2024
2 parents 6ac853f + f86547d commit cab4e8e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-issue-stale: 30
days-before-issue-close: 5
days-before-pr-stale: 45
days-before-pr-close: 10
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2908,18 +2908,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/errors@npm:^1.1.0, @backstage/errors@npm:^1.1.5":
version: 1.1.5
resolution: "@backstage/errors@npm:1.1.5"
dependencies:
"@backstage/types": ^1.0.2
cross-fetch: ^3.1.5
serialize-error: ^8.0.1
checksum: fb8cc933345511454f31d899fed113cb28ab90ad0fbfaf5fd12d1e1204a0c52cd45bdc897feae70cc90ce0fa6cd331542036f2a4cb82ee0c935c3d0a687d6ee0
languageName: node
linkType: hard

"@backstage/errors@npm:^1.2.2":
"@backstage/errors@npm:^1.1.0, @backstage/errors@npm:^1.1.5, @backstage/errors@npm:^1.2.2":
version: 1.2.2
resolution: "@backstage/errors@npm:1.2.2"
dependencies:
Expand Down

0 comments on commit cab4e8e

Please sign in to comment.