Remove dependabot handling from release contributors script (#10716)

This commit is contained in:
Lauri Tulmin 2024-02-29 17:20:48 +02:00 committed by GitHub
parent 3da57f00e3
commit e298000ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -78,13 +78,11 @@ query($q: String!, $endCursor: String) {
| sed 's/^\["//' \
| sed 's/".*//')
# TODO (trask) can remove dependabot line after next release
echo "$contributors1" "$contributors2" \
| sed 's/ /\n/g' \
| sort -uf \
| grep -v linux-foundation-easycla \
| grep -v github-actions \
| grep -v dependabot \
| grep -v renovate \
| grep -v opentelemetrybot \
| sed 's/^/@/'