-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Auto-closing of issues via PR doesn't work #2735
Comments
@lafriks this should be a bug, but not an enhancement. |
@lunny It might be both. A bug for not recognizing the "closes #xx" in a commit message after the pr is merged. Feature request for also supporting closing issues by title / description of the PR. |
Any update on when this issue might be addressed? |
Is there any plan for this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Fixed since #8866 |
[x]
):Description
I've tried a few things to automatically close issues when a PR is merged. I haven't found a way to do it.
Neither a commit with the message containing
closes #xx
nor usingcloses #xx
as title or pr message has any effect.This is problematic because gitea doesn't display references that are made to the pr / issue in the discussion tab like github does. So there is no indicator if the issue was discussed / handled in another issue / pr.
Screenshots
The text was updated successfully, but these errors were encountered: