Skip to content

Commit 0abea3c

Browse files
authored
(chore): Issues and PRs CI updates (#134)
* Update PR templates * Update stale PR & issues
1 parent 215933b commit 0abea3c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
### More
1515

1616
- [ ] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
17-
- [ ] Yes, I have added a new example under [examples](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/examples) to support my PR
18-
- [ ] Yes, I have created another PR for add-ons under [add-ons](https://github.com/aws-samples/eks-blueprints-add-ons) repo (if applicable)
19-
- [ ] Yes, I have updated the [docs](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/docs) for this feature
2017
- [ ] Yes, I ran `pre-commit run -a` with this PR
18+
- [ ] Yes, I have added a new example under [examples](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/examples) to support my PR (when applicable)
19+
- [ ] Yes, I have updated the [Pages](https://github.com/aws-observability/terraform-aws-observability-accelerator/tree/main/docs) for this feature
2120

22-
23-
**Note**: Not all the PRs required examples and docs except a new pattern or add-on added.
21+
**Note**: Not all the PRs required examples and docs.
2422

2523
### For Moderators
2624
- [ ] E2E Test successfully complete before merge?

.github/workflows/stale_issue_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
close-issue-message: 'Issue closed due to inactivity.'
1919
close-pr-message: 'Pull request closed due to inactivity.'
2020
days-before-close: 10
21-
days-before-stale: 30
21+
days-before-stale: 60
2222
stale-issue-label: stale
2323
stale-pr-label: stale
2424
# Not stale if have this labels
2525
exempt-issue-labels: 'bug,enhancement,"feature request"'
2626
exempt-pr-labels: 'bug,enhancement'
2727
operations-per-run: 100
2828
stale-issue-message: |
29-
This issue has been automatically marked as stale because it has been open 30 days
29+
This issue has been automatically marked as stale because it has been open 60 days
3030
with no activity. Remove stale label or comment or this issue will be closed in 10 days
3131
stale-pr-message: |
32-
This PR has been automatically marked as stale because it has been open 30 days
32+
This PR has been automatically marked as stale because it has been open 60 days
3333
with no activity. Remove stale label or comment or this PR will be closed in 10 days

0 commit comments

Comments
 (0)