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

add link-to-redmine feature #194

Closed
wants to merge 1 commit into from
Closed

add link-to-redmine feature #194

wants to merge 1 commit into from

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Oct 6, 2023

No description provided.

@evgeni
Copy link
Member Author

evgeni commented Oct 6, 2023

this is totally untested, but I think it should do what we wanted?

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll need to add the permissions to add comments to the application. I can try it out on the test instance.

@@ -293,7 +304,7 @@ async def run_pull_request_check(pull_request: Mapping, check_run=None) -> bool:
},
)

return conclusion == 'success'
return (conclusion == 'success', issue_results, invalid_commits)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no consumer uses invalid_commits, so we could also drop it from the return, but I thought maybe it's useful at some point later

@ehelms
Copy link
Member

ehelms commented Mar 21, 2024

I think we'll need to add the permissions to add comments to the application. I can try it out on the test instance.

Did you get a chance to test this?

@evgeni
Copy link
Member Author

evgeni commented May 8, 2024

I was the only one complaining this is missing and I got used to using the "checks" tab, so closing for now.

@evgeni evgeni closed this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants