diff --git a/.github/workflows/inactiveIssues.yml b/.github/workflows/inactiveIssues.yml index 24cb84d5..22031692 100644 --- a/.github/workflows/inactiveIssues.yml +++ b/.github/workflows/inactiveIssues.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/stale@v9 with: - days-before-issue-stale: 60 - days-before-issue-close: 30 + days-before-issue-stale: 45 + days-before-issue-close: 15 stale-issue-label: "stale" stale-issue-message: "This issue is stale because it has been open for 60 days with no activity. Are you still experiencing this issue? " close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale." diff --git a/custom_components/audiconnect/manifest.json b/custom_components/audiconnect/manifest.json index a5ef80a1..c4c87109 100644 --- a/custom_components/audiconnect/manifest.json +++ b/custom_components/audiconnect/manifest.json @@ -9,5 +9,5 @@ "issue_tracker": "https://github.com/arjenvrh/audi_connect_ha/issues", "loggers": ["audiconnect"], "requirements": ["beautifulsoup4"], - "version": "1.1.0" + "version": "1.2.0" }