Closed robbymilo closed 3 months ago
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 decap-cms-app@3.1.11
with decap-cms-backend-github@3.1.2
. It's OK on decap-cms-app@3.0.12
and decap-cms-backend-github@3.0.3
. All of the cards on the Workflow tab now show my name as the author, however the PRs and commits are from other authors.
Perhaps related to this commit, which seems to change the implementation of getPullRequestAuthor
to just return the current user?
Enabling the GraphQL API client seems to be a decent workaround, as it has a different getPullRequestAuthor
implementation - add use_graphql: true
to the backend configuration.
I've opened PR #7253 too.
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 :)