Skip to content

Commit

Permalink
Merge branch 'dev' into users/vnbaaij/counterbadge-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored Apr 4, 2024
2 parents f751bc0 + bd19eb1 commit cbbe3fb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/policies/reprocodenotprovided.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Reproduction code not provided
description: Close issues that where author has not provided reproduction code or repo
resource: repository

configuration:
resourceManagementConfiguration:
scheduledSearches:
- frequencies:
- hourly:
hour: 1
- daily:
time: 12:00
filters:
- isOpen
- hasLabel:
label: 'needs: repro code or repository'
- noActivitySince:
days: 0
actions:
- addReply:
reply: "Closing issue as no reproduction code is provided"
- closeIssue
20 changes: 20 additions & 0 deletions .github/policies/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Issue Triage
description: Assign label to new issues without a label
resource: repository

configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Add labels to unassigned issue
triggerOnOwnActions: false
if:
- payloadType: Issues
- and:
- isOpen
- not:
or:
- isAssignedToSomeone
- isLabeled
then:
- addLabel:
label: triage
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private async Task OnTouchEndAsync(TouchEventArgs e)
else if (_pullStatus == PullStatus.Awaiting || _pullStatus == PullStatus.Pulling)
{
SetDistance(-1);
_internalShowStaticTip = _originalShowStaticTip;
}
}

Expand Down

0 comments on commit cbbe3fb

Please sign in to comment.