Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #9186/a863b628 backport][stable-8] fixing broken check mode in the github_key #9203

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Nov 28, 2024

This is a backport of PR #9186 as merged into main (a863b62).

SUMMARY

Fixes #9185 (broken check mode in the github_key.py module)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

github_key

ADDITIONAL INFORMATION

It looks as if this is a recent regression caused by #8222
The change in the previous PR makes sense but it was missing the datetime class
ie, datetime.strftime(...) instead of datetime.datetime.strftime(...)

* fixing datetime.strftime()

* added changelog fragment

* Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml

Co-authored-by: Felix Fontein <[email protected]>

---------

Co-authored-by: Felix Fontein <[email protected]>
(cherry picked from commit a863b62)
@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added backport bug This issue/PR relates to a bug module module new_contributor Help guide this first time contributor plugins plugin (any type) labels Nov 28, 2024
@felixfontein felixfontein merged commit b1d21aa into stable-8 Nov 28, 2024
129 checks passed
@felixfontein felixfontein deleted the patchback/backports/stable-8/a863b62859541f03d04e9feaaedd4cef9d2e9ff5/pr-9186 branch November 28, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport bug This issue/PR relates to a bug module module new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants