workflows/triage: update no ARM bottle label regex (#70467)

master
Carlo Cabrera 2021-02-05 01:41:59 +00:00 committed by GitHub
parent 25a8b734e6
commit 4766f42a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ jobs:
}, {
"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"
"content": "\n sha256 .* big_sur:\s+\"[a-fA-F0-9]+\"\n",
"missing_content": "\n sha256 .* arm64_big_sur:\s+\"[a-fA-F0-9]+\"\n"
}, {
"label": "formula deprecated",
"path": "Formula/.+",