Skip to content

Conversation

@sumitmsft
Copy link
Contributor

@sumitmsft sumitmsft commented Feb 13, 2026

This workflow automatically acknowledges newly opened GitHub issues if no maintainer has already responded, ensuring timely communication with users.

AB#42418


Summary

This pull request introduces a new GitHub Actions workflow to automatically acknowledge newly opened issues if a maintainer has not already responded. The workflow helps improve responsiveness and ensures that issue reporters receive timely feedback.

New Issue Acknowledgement Automation:

  • Added .github/workflows/issue-acknowledge.yml workflow that:
    • Waits 15 minutes after an issue is opened before acting.
    • Checks if a maintainer (from a predefined list) has already commented on the issue.
    • If no maintainer has responded, posts an automated acknowledgment comment thanking the reporter and outlining the expected triage timeline.

This workflow automatically acknowledges newly opened GitHub issues if no maintainer has already responded, ensuring timely communication with users.
Copilot AI review requested due to automatic review settings February 13, 2026 06:57
@github-actions github-actions bot added the pr-size: small Minimal code update label Feb 13, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions automation to acknowledge newly opened issues after a short delay, but only when maintainers have not already responded.

Changes:

  • Introduces a new workflow triggered on issues: opened.
  • Adds a delay, checks existing comments for maintainer responses, and posts an acknowledgement comment if none exist.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

gargsaumya
gargsaumya previously approved these changes Feb 13, 2026
jahnvi480
jahnvi480 previously approved these changes Feb 13, 2026
jahnvi480 and others added 2 commits February 13, 2026 12:32
…ain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@sumitmsft sumitmsft dismissed stale reviews from jahnvi480 and gargsaumya via 73e5bbf February 13, 2026 09:40
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Feb 13, 2026

📊 Code Coverage Report

🔥 Diff Coverage

100%


🎯 Overall Coverage

76%


📈 Total Lines Covered: 5497 out of 7158
📁 Project: mssql-python


Diff Coverage

Diff: main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.


📋 Files Needing Attention

📉 Files with overall lowest coverage (click to expand)
mssql_python.pybind.logger_bridge.hpp: 58.8%
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.row.py: 66.2%
mssql_python.pybind.ddbc_bindings.cpp: 69.3%
mssql_python.pybind.ddbc_bindings.h: 69.7%
mssql_python.pybind.connection.connection.cpp: 75.3%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.pybind.connection.connection_pool.cpp: 79.6%
mssql_python.cursor.py: 84.7%
mssql_python.__init__.py: 84.9%

🔗 Quick Links

⚙️ Build Summary 📋 Coverage Details

View Azure DevOps Build

Browse Full Coverage Report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-size: small Minimal code update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants