Skip to content

Improve Poetry installation error handling in workflow #17

Improve Poetry installation error handling in workflow

Improve Poetry installation error handling in workflow #17

name: "Close stale issues and PRs once a week"
uto-amazonq-review.properties.json

Check failure on line 2 in .github/workflows/auto-close-issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-close-issues.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
uto-amazonq-review.properties.json
schedule:
uto-amazonq-review.properties.json
- cron: '0 0 * * 0'
uto-amazonq-review.properties.json
jobs:
uto-amazonq-review.properties.json
close_stale:
uto-amazonq-review.properties.json
runs-on: self-hosted
uto-amazonq-review.properties.json
steps:
uto-amazonq-review.properties.json
- uses: actions/stale@main
uto-amazonq-review.properties.json
with:
uto-amazonq-review.properties.json
days-before-stale: 21
uto-amazonq-review.properties.json
days-before-close: 7
uto-amazonq-review.properties.json
stale-issue-message: "This issue has been marked stale and will be closed in 7 days unless updated."
uto-amazonq-review.properties.json
close-issue-message: "Closing as stale, feel free to reopen!"
uto-amazonq-review.properties.json
stale-pr-message: "This PR has been marked stale and will be closed in 7 days unless updated."
uto-amazonq-review.properties.json
close-pr-message: "Closing as stale, feel free to reopen!"
uto-amazonq-review.properties.json
exempt-issue-labels: "pinned,security"
uto-amazonq-review.properties.json