We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896417a commit dc36539Copy full SHA for dc36539
1 file changed
.github/workflows/repo-sync-stalls.yml
@@ -38,8 +38,8 @@ jobs:
38
39
// Remove all pull requests that don't have the
40
// 'automated-reposync-pr' label
41
- pulls = pulls.filter(pr =>
42
- pr.data.labels.some(label => label.name === 'automated-reposync-pr')
+ pulls.data = pulls.data.filter(pr =>
+ pr.labels.some(label => label.name === 'automated-reposync-pr')
43
)
44
45
// Search for pull requests that have been open too long
0 commit comments