Skip to content

Commit dc36539

Browse files
authored
Patch (#17144)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
1 parent 896417a commit dc36539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
3939
// Remove all pull requests that don't have the
4040
// 'automated-reposync-pr' label
41-
pulls = pulls.filter(pr =>
42-
pr.data.labels.some(label => label.name === 'automated-reposync-pr')
41+
pulls.data = pulls.data.filter(pr =>
42+
pr.labels.some(label => label.name === 'automated-reposync-pr')
4343
)
4444
4545
// Search for pull requests that have been open too long

0 commit comments

Comments
 (0)