workflows/triage: flag formulae with no ARM bottle (#68067)

master
Carlo Cabrera 2020-12-31 19:38:10 +00:00 committed by GitHub
parent 8a3d02a0e1
commit f999e2519d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ jobs:
"label": "bottle unneeded",
"path": "Formula/.+",
"content": "\n (bottle :unneeded|depends_on :linux)\n"
}, {
"label": "no ARM bottle",
"path": "Formula/.+",
"content": "\n sha256 \"[a-fA-F0-9]+\" => :big_sur\n"
"missing_content": "\n sha256 \"[a-fA-F0-9]+\" => :arm64_big_sur\n"
}, {
"label": "formula deprecated",
"path": "Formula/.+",