Skip to content

Commit

Permalink
debug-to-drop
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Nov 6, 2024
1 parent 6595fad commit 9171d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/conflict_reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
if (!pr.base.ref.startsWith(branchPrefix)) continue;
const hasConflictLabel = pr.labels.some(label => label.name === conflictLabel);
if (!hasConflictLabel) continue;
const updatedDate = new Date(pr.updated_at);
if (updatedDate >= threeDaysAgo) continue;
const assignee = pr.assignee ? pr.assignee.login : null;
if (assignee) {
await github.rest.issues.createComment({
Expand Down

0 comments on commit 9171d1d

Please sign in to comment.