Polestar add vehicle failed with 404 after restart of docker container #9030
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Stale issue handler" | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" | |
issue_comment: | |
types: [created] | |
jobs: | |
stale: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/stale@v9 | |
id: stale | |
with: | |
days-before-stale: 7 | |
days-before-close: 5 | |
exempt-issue-labels: "pinned,security,backlog,bug" | |
exempt-pr-labels: "pinned,security,backlog,bug" |