gitlab_support_readiness 1.0.135 → 1.0.136

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3047a275264f547915d50a7b9831ef43d260e371eebf0149936a03ea2f7acae1
4
- data.tar.gz: 5c716483743c743ea1c1d9288e7bb29b4350dc0799909b2844ac453b2cce3223
3
+ metadata.gz: e7b741fe7986c2c56fabf8f787dfc7933df5f0626c3545301bd433c92a4c70a9
4
+ data.tar.gz: ccf7b32a5094150cefe0f51e40885c4ec9a232a5b30b6545deb48f8ab8e1769f
5
5
  SHA512:
6
- metadata.gz: f7e0f2db0dc8e39104f028b86a7d36bc8a666838dcfca9bc333148c776faffc66bc5e444c784b09cc90fde0250cd9bf0a12133b2ec1a1c2fa24971c2e71d4115
7
- data.tar.gz: 30c6f8160c8eceaaa3791e5e3dc2b636b305a321d29fce7a9dfb61dba75e4c361e46e24ecd0598333da3b6202dead840fa74bb14f4b9323227f2e56e6274efbf
6
+ metadata.gz: 9a68ab896c6ffcf4707dd0218555196841815a6123852473f94cca621f1ea8c40520798cccd2c8893a74ea938d13c4693cae33f687f05ca5970227ca116f7780
7
+ data.tar.gz: fa721950196ea32283fca4294a97eb9c67fa6e470208fca493f9420e0d2abf32349f3be12f310a0c865973cabf32458b4852b6bf78308e1e529f9fa9e2e03bfc
@@ -393,14 +393,14 @@ module Readiness
393
393
  end
394
394
 
395
395
  def self.usgov_support_hours_comment
396
- type = if @organization.tags.include? '24x7_emergency_support_manual' || @organization.organization_fields['emergency_support_24x7']
396
+ type = if @organization.tags.include?('24x7_emergency_support_manual') || @organization.organization_fields['emergency_support_24x7']
397
397
  '24x7'
398
398
  else
399
399
  '12x5'
400
400
  end
401
- hours = if @ticket.priority == 'low' || @ticket.priority == 'normal'
402
- 'Monday through Friday, 0500-1700 Pacific Time'
403
- elsif @organization.tags.include? '24x7_emergency_support_manual' || @organization.organization_fields['emergency_support_24x7']
401
+ hours = if @ticket.ticket_form_id == 360001421112 || @ticket.ticket_form_id == '360001421112'
402
+ '0500-1700 Pacific Time, 7 days a week'
403
+ elsif type == '24x7' && %w[high urgent].include?(@ticket.priority)
404
404
  '24x7'
405
405
  else
406
406
  'Monday through Friday, 0500-1700 Pacific Time'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_support_readiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.135
4
+ version: 1.0.136
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-23 00:00:00.000000000 Z
11
+ date: 2025-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport