[#7784] Update request URLs use url_title
#2721
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
build:
config/routes.rb#L191
[rubocop] reported by reviewdog 🐶
Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length)
Raw Output:
config/routes.rb:191:81: C: Layout/LineLength: Line is too long. [84/80] (https://rubystyle.guide#max-line-length)
match '/request/:url_title/followups/new/:incoming_message_id' => 'followups#new',
^^^^
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|