Skip to content

Notify aspnet-build if a dependency PR has been stale for 1 business day #62380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,45 @@ configuration:
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an `/azp run` comment here (requires commit rights), or by simply closing and reopening.
- addLabel:
label: pending-ci-rerun
- description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (non-weekend)'
frequencies:
- weekday:
day: Tuesday
time: 0:0
- weekday:
day: Wednesday
time: 0:0
- weekday:
day: Thursday
time: 0:0
- weekday:
day: Friday
time: 0:0
filters:
- isPullRequest
- isOpen
- hasLabel:
label: 'Type: Dependency Update :arrow_up_small:'
- noActivitySince:
days: 1
actions:
- addReply:
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops.
- description: '[Idle Issue Management] Tag aspnet-build on dependency PRs (weekend)'
frequencies:
- weekday:
day: Monday
time: 0:0
filters:
- isPullRequest
- isOpen
- hasLabel:
label: 'Type: Dependency Update :arrow_up_small:'
- noActivitySince:
days: 3
actions:
- addReply:
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops.
eventResponderTasks:
- if:
- payloadType: Issue_Comment
Expand Down