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

Feature: Auto Close Linked Issues on PR Merge #6125

Closed
2 tasks done
satyampsoni opened this issue Nov 25, 2024 · 1 comment
Closed
2 tasks done

Feature: Auto Close Linked Issues on PR Merge #6125

satyampsoni opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@satyampsoni
Copy link
Contributor

🔖 Feature description

We want to automate the process of closing issues when a related pull request (PR) is merged. Currently, it requires manual intervention to close issues once a PR is merged. .

🎤 Pitch / Usecases

Currently, when a PR that fixes or closes an issue is merged, the issue remains open until manually closed. This introduces unnecessary manual steps and can cause confusion for contributors and maintainers who rely on issues being updated correctly.

Implementing a GitHub Action that listens for merged PR events and automatically closes any issue linked to the PR. The action will check the PR description or comments for keywords like "Closes #<issue_number>" or "Fixes #<issue_number>" and close the referenced issue once the PR is merged.

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@satyampsoni
Copy link
Contributor Author

/duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants