-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Editorial workflow screen shows current user as author for all entries, not PR author #7232
Comments
Looks like this was introduced by https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.1.1. 3.0.12 is working properly. |
I'm seeing this too on Perhaps related to this commit, which seems to change the implementation of 4f419dd#diff-dc40d227a33ffa35586e44b74c02b33b179e84e0c02004d5e993b821c8716650L578-L582 |
Reverts the change to `getPullRequestAuthor` in the GitHub backend from 4f419dd, so that it fetches the PR author's name as before. In the AWS Cognito GitHub backend, return the GitHub login as the PR author.
Reverts the change to `getPullRequestAuthor` in the GitHub backend from 4f419dd, so that it fetches the PR author's name as before. In the AWS Cognito GitHub backend, return the GitHub login as the PR author.
Enabling the GraphQL API client seems to be a decent workaround, as it has a different I've opened PR #7253 too. |
Reverts the change to `getPullRequestAuthor` in the GitHub backend from 4f419dd, so that it fetches the PR author's name as before. In the AWS Cognito GitHub backend, return the GitHub login as the PR author. Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
Describe the bug
The editorial workflow screen does not show the correct author of an entry.
To Reproduce
Expected behavior
The workflow screen should show the author of the PR.
Screenshots
Applicable Versions:
CMS configuration
n/a
Additional context
Happy to make an attempt with a PR to fix this if you can point me to the code :)
The text was updated successfully, but these errors were encountered: