GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Setup Failed
Push — dependabot/npm_and_yarn/themes... ( ab2bf2 )
by
unknown
08:18
created
modules/df/df_tools/df_tools_blocks/df_tools_blocks.module 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
     // Move the hero image out of the details element and set a better label.
288 288
     $element['field_hero_background']['widget']['#type'] = 'container';
289 289
     $element['field_hero_background']['widget']['entity_browser']['#process'][] = '_df_tools_blocks_hero_browser_button';
290
-     // Remove the link fieldset and put the URI and title side-by-side.
290
+      // Remove the link fieldset and put the URI and title side-by-side.
291 291
     $element['field_hero_link']['widget'][0]['#type'] = 'container';
292 292
     $element['field_hero_link']['widget'][0]['#attributes']['class'][] = 'row';
293 293
     unset($element['field_hero_link']['widget'][0]['uri']['#description']);
Please login to merge, or discard this patch.