Skip to content

[#7784] Update request URLs use url_title #2722

[#7784] Update request URLs use url_title

[#7784] Update request URLs use url_title #2722

Triggered via pull request October 27, 2023 12:17
Status Success
Total duration 1m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/