You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the parameter tag-committer is set, and an issue for a stale branch is created, where the last commit has the "Verified" from github, then not the actual committer is mentioned in the issue, but @web-flow. This is a problem, because then the actual committer is not informed about the issue.
To Reproduce
Steps to reproduce the behavior:
Create a branch and do a verified commit
set up the stale-branches workflow to identify the branch as stale and set parameter tag-committer to true
run the workflow and find the new issue created, where @web-flow is mentioned in the issue comment.
Expected behavior
The actual committer account should be mentioned, instead of @web-flow
The text was updated successfully, but these errors were encountered:
Describe the bug
When the parameter
tag-committer
is set, and an issue for a stale branch is created, where the last commit has the "Verified" from github, then not the actual committer is mentioned in the issue, but @web-flow. This is a problem, because then the actual committer is not informed about the issue.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The actual committer account should be mentioned, instead of @web-flow
The text was updated successfully, but these errors were encountered: