awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 30 forks source link

chore: added workflow for handling answerable discussions #304

Closed khushail closed 5 months ago

khushail commented 1 year ago

Issue #, if available:

Description of changes:

This workflow will handle the discussions (posted in answerable category) and take appropriate action.

Whenever a discussion is replied with keyword @github-actions proposed-answer, is considered for action by this workflow and based on the responses/reactions received, appropriate action is taken.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 91.10% and project coverage change: +1.07% :tada:

Comparison is base (83e7abe) 81.13% compared to head (2d831c7) 82.21%. Report is 10 commits behind head on main.

:exclamation: Current head 2d831c7 differs from pull request most recent head 96c01e0. Consider uploading reports for the commit 96c01e0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #304 +/- ## ========================================== + Coverage 81.13% 82.21% +1.07% ========================================== Files 18 20 +2 Lines 7841 8709 +868 ========================================== + Hits 6362 7160 +798 - Misses 1479 1549 +70 ``` | [Files Changed](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/mqtt.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQuYw==) | `94.59% <ø> (ø)` | | | [source/v5/mqtt5\_to\_mqtt3\_adapter.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X3RvX21xdHQzX2FkYXB0ZXIuYw==) | `76.09% <ø> (ø)` | | | [source/v5/mqtt5\_topic\_alias.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X3RvcGljX2FsaWFzLmM=) | `96.09% <ø> (-0.08%)` | :arrow_down: | | [source/client\_channel\_handler.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2NsaWVudF9jaGFubmVsX2hhbmRsZXIuYw==) | `74.60% <72.22%> (+4.51%)` | :arrow_up: | | [source/v5/mqtt5\_utils.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X3V0aWxzLmM=) | `80.09% <72.41%> (-2.69%)` | :arrow_down: | | [source/v5/mqtt5\_client.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Y1L21xdHQ1X2NsaWVudC5j) | `88.15% <89.47%> (+0.07%)` | :arrow_up: | | [source/client.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2NsaWVudC5j) | `69.55% <95.23%> (+0.15%)` | :arrow_up: | | [source/mqtt\_subscription\_set.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHRfc3Vic2NyaXB0aW9uX3NldC5j) | `97.15% <97.15%> (ø)` | | | [source/mqtt311\_decoder.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL21xdHQzMTFfZGVjb2Rlci5j) | `98.80% <98.80%> (ø)` | | | [source/client\_impl\_shared.c](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2NsaWVudF9pbXBsX3NoYXJlZC5j) | `85.18% <100.00%> (+3.36%)` | :arrow_up: | | ... and [2 more](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/aws-c-mqtt/pull/304/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.