broader dependabot filter and teacher rights requests

This commit is contained in:
Felix Van der Jeugt 2021-05-06 23:59:42 +02:00
parent 90bbd45d50
commit f0f034fc3e
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 1 deletions

View File

@ -43,9 +43,10 @@ minc $(mdirs /data/mail) > "$s"
| xargs rg --files-without-match 'judge=>"(java12|haskell|biopythia)"'
mpick -t 'subject =~ "\[hackers\] \[slstatus\]"' < "$s"
mpick -t 'subject =~ "\[hackers\] \[svkdb\]"' < "$s"
mpick -t 'to = "dodona-edu/dodona <dodona@noreply.github.com>" && subject ~~ "*Bump * from * to *"' < "$s"
mpick -t 'subject ~~ "*Bump * from * to *" && "cc" !~~ "Felix*"' < "$s"
mpick -t 'from = "<dodona@ugent.be>" && subject ~~ "* vraagt om lesgeversrechten"' < "$s"
mpick -t 'from = "<dodona@ugent.be>" && subject ~~ "* Je vraag naar lesgeversrechten werd goedgekeurd"' < "$s"
mpick -t 'from = "<dodona@ugent.be>" && subject ~~ "* Your request for teacher rights was granted"' < "$s"
# Muted mails
for muted in $(cat ~/.mblaze/muted); do