Why do PRs fail the syntax step? #442
-
This is the second time this has occurred to me, and I've seen some PRs assigend the What is the reason this keeps occurring? Failed PR: Homebrew/cask-versions#10153 Another failed PR: Homebrew/cask-versions#10164 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Because Ci-syntax-only is to only run this test (if nothing changed that affects the install) |
Beta Was this translation helpful? Give feedback.
-
Incoming PR Homebrew/homebrew-cask-versions#10166. Terminal output: $ brew bump-cask-pr --version 1.26.0,bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb --sha256 b5f5cfa305f3656b3da2a42fea994eed3811c399b68baf0c77c8105ee78d1613 azure-data-studio-insiders
Updating Homebrew...
==> Auto-updated Homebrew!
Updated Homebrew from d820c9a91 to b678af3fa.
Updated 6 taps (homebrew/cask-versions, homebrew/core, homebrew/cask, homebrew/bundle, homebrew/cask-fonts and homebrew/cask-drivers).
==> New Formulae
yq@3
==> Updated Formulae
Updated 15 formulae.
==> Renamed Formulae
gtk+4 -> gtk4
==> New Casks
stringz
==> Updated Casks
Updated 9 casks.
==> replace /version\s+["']1\.26\.0,30054e632c75f8df0ea351f2c51b8ec7d5fa5be5["']/m with "version \"1.26.0,bc9719d5a8679f
==> replace /sha256\s+["']79283632d92758c2737622b4d2d8b6d9ffc52eab4d5b8f32c775bea6e72800fc["']/m with "sha256 \"b5f5cfa3
audit for azure-data-studio-insiders: passed
1 file inspected, no offenses detected
M Casks/azure-data-studio-insiders.rb
Switched to a new branch 'bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb'
[bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb f4428e6e1] Update azure-data-studio-insiders from 1.26.0,30054e632c75f8df0ea351f2c51b8ec7d5fa5be5 to 1.26.0,bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb
1 file changed, 2 insertions(+), 2 deletions(-)
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 550 bytes | 550.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
remote:
remote: Create a pull request for 'bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb' on GitHub by visiting:
remote: https://github.com/thecesrom/homebrew-cask-versions/pull/new/bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb
remote:
To https://github.com/thecesrom/homebrew-cask-versions.git
* [new branch] bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb -> bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb
Branch 'bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb' set up to track remote branch 'bump-azure-data-studio-insiders-1.26.0-bc9719d5a8679f35dc0dbb4b27cf3437b27f50cb' from 'https://[email protected]/thecesrom/homebrew-cask-versions.git'. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Answered by @jonchang here