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 new fields for IssueType #3451

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Add new fields for IssueType #3451

merged 1 commit into from
Jan 24, 2025

Conversation

cpanato
Copy link
Contributor

@cpanato cpanato commented Jan 24, 2025

Add new fields for Issues Type. In the Rest API this is not available yet when getting an issue information, but that is available in an issue event (webhook)

This is a new feature for issues: https://github.com/orgs/community/discussions/139933

Will be good to have this available in the lib to people can use when dealing with events :)

Fixes: #3450

cc @gmlewis

@gmlewis gmlewis changed the title add new fileds for Issue Type Add new fields for IssueType Jan 24, 2025
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (fb972ef) to head (3a49d1a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3451   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files         179      179           
  Lines       15529    15529           
=======================================
  Hits        14136    14136           
  Misses       1221     1221           
  Partials      172      172           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

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

Thank you, @cpanato !
LGTM.
Merging.

@gmlewis gmlewis merged commit 8a800cc into google:master Jan 24, 2025
7 checks passed
@cpanato cpanato deleted the add-issue-type branch January 24, 2025 13:53
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.

New fields for Issues to show the issue type when receiving a webhook
2 participants