aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

[Bug]: No "last updated" date for edited PEP8 Action comment #1306

Open DRMPN opened 2 weeks ago

DRMPN commented 2 weeks ago

Github Action for PEP8 style check doesn't produce "last updated" date for edited comment.

Expected Behavior

When a PEP8 comment is edited, the "last updated" date changes.

Current Behavior

It does not. image

Possible Solution

Find the solution and change part of the broken code in autopep8 action

Steps to Reproduce

  1. Open Pull Request with broken formatting
  2. Wait for error comment from github-actions bot
  3. Write /fix-pep8
  4. Wait for bot to make commit with changes
  5. Check the updated comment

Context [OPTIONAL]

Pull Requests