File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/services/forest_liana Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66 - main
77 - beta
88 - 7.x.x
9+ - 8.x.x
910 pull_request :
1011
1112env :
7374 name : Release
7475 runs-on : ubuntu-latest
7576 needs : [lint, test]
76- if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/7.x.x')
77+ if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/7.x.x' || github.ref == 'refs/heads/8.x.x' )
7778 steps :
7879 - uses : actions/checkout@v2
7980 with :
Original file line number Diff line number Diff line change 11module ForestLiana
22 class SearchQueryBuilder
3- REGEX_UUID = /\A [0-9a-f]{8}-[0-9a-f]{4}-[1-5 ][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\z /i
3+ REGEX_UUID = /\A [0-9a-f]{8}-[0-9a-f]{4}-[1-8 ][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\z /i
44
55 attr_reader :fields_searched
66
You can’t perform that action at this time.
0 commit comments