Add priority to protected branch #24445
pull-compliance.yml
on: pull_request
files-changed
/
detect
7s
lint-backend
6m 3s
lint-templates
53s
lint-yaml
0s
lint-swagger
27s
lint-spell
31s
lint-go-windows
6m 18s
lint-go-gogit
5m 52s
checks-backend
3m 8s
frontend
1m 13s
backend
6m 50s
docs
0s
actions
0s
Annotations
6 errors
web_src/js/features/repo-settings-branches.test.ts > Repository Branch Settings > should post new order after sorting:
web_src/js/features/repo-settings-branches.test.ts#L64
AssertionError: expected "spy" to be called with arguments: [ 'some/repo/branches/priority', …(1) ]
Received:
1st spy call:
Array [
"some/repo/branches/priority",
- ObjectContaining {
+ Object {
"data": Object {
- "ids": Array [
- 1,
- 2,
- 3,
- ],
+ "ids": Array [],
},
},
]
Number of calls: 1
❯ web_src/js/features/repo-settings-branches.test.ts:64:18
|
frontend
Process completed with exit code 2.
|
checks-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-go-gogit
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-go-windows
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|