Skip to content

Commit f0f4a07

Browse files
authoredFeb 25, 2025
2 parents bf9d944 + 7f767d5 commit f0f4a07

File tree

394 files changed

+162798
-3023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+162798
-3023
lines changed
 

‎.github/workflows/analytics-metadata-updater.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
exit 1
5656
fi
5757
58+
git checkout -B ${{ github.event.pull_request.head.ref }}
5859
git add .
5960
git commit -m "chore: update analytics metadata blueprints"
6061
git push origin ${{ github.event.pull_request.head.ref }}

‎.github/workflows/close-stale-prs.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ jobs:
1919
# appropriately.
2020
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
2121
stale-days: 21
22-
response-days: 7
22+
response-days: 14
2323

2424
# Optional
2525
important-checks-regex: AutoBuildv2Project1C6BFA3F
26+
merge-conflict-warning: |
27+
This PR cannot be merged because it has conflicts. Please resolve them. Note that PRs with merge conflicts considered stale and will be closed if not resolved.
28+
29+
To prevent automatic closure:
30+
- Fix merge conflicts
31+
- OR request an exemption by adding a comment containing 'Exemption Request' with justification e.x "Exemption Request: <justification>"
32+
- OR request clarification by adding a comment containing 'Clarification Request' with a question e.x "Clarification Request: <question>"
33+
2634
warn-message: |
2735
This PR has been in the STATE state for 3 weeks, and looks abandoned. Note that PRs with failing linting check or builds are not reviewed, please ensure your build is passing
2836
@@ -31,8 +39,8 @@ jobs:
3139
- OR request an exemption by adding a comment containing 'Exemption Request' with justification e.x "Exemption Request: <justification>"
3240
- OR request clarification by adding a comment containing 'Clarification Request' with a question e.x "Clarification Request: <question>"
3341
34-
This PR will automatically close in 7 days if no action is taken.
42+
This PR will automatically close in 14 days if no action is taken.
3543
3644
close-message: This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error.
37-
skip-labels: contribution/core,pr-linter/do-not-close,pr/needs-maintainer-review,pr-linter/exemption-requested
45+
skip-labels: contribution/core,pr-linter/do-not-close,pr/needs-maintainer-review,pr-linter/exemption-requested,pr/reviewer-clarification-requested,pr/needs-community-review,pr/work-in-progress
3846
close-label: closed-for-staleness

0 commit comments

Comments
 (0)
Failed to load comments.