Skip to content

Commit e155b63

Browse files
author
Martin Lopes
authored
Merge branch 'main' into patch-1
2 parents aa19924 + 6b8118a commit e155b63

1,285 files changed

Lines changed: 217747 additions & 44199 deletions

File tree

Some content is hidden

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

.github/workflows/repo-sync-stalls.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
return
3737
}
3838
39+
// Remove all pull requests that don't have the
40+
// 'automated-reposync-pr' label
41+
pulls.data = pulls.data.filter(pr =>
42+
pr.labels.some(label => label.name === 'automated-reposync-pr')
43+
)
44+
45+
// Search for pull requests that have been open too long
3946
pulls.data.forEach(pr => {
4047
const timeDelta = Date.now() - Date.parse(pr.created_at);
4148
const minutesOpen = timeDelta / 1000 / 60;
495 KB
Loading
100 KB
Loading
Binary file not shown.
223 KB
Loading
Binary file not shown.
214 KB
Loading
-41.8 KB
Loading
47.7 KB
Loading
115 KB
Loading

0 commit comments

Comments
 (0)