You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently milestones filter doesn't work by targeting the ID of the milestone.
Apparently, we can't filter by milestones for pull requests with the Graphql API so, you will need to extend the API by using the REST API version for that situation
Fix
replace milestone with milestoneNumber in the query
replace the id of the milestone with the number of the milestone
The text was updated successfully, but these errors were encountered:
hdJerry
changed the title
[expo-zustand-styled-components]: Fix Milestone for Issues and pull request tab for single repo
[expo-zustand-styled-components]: Fix Milestone for Issues tab for single repo
Aug 21, 2023
hdJerry
changed the title
[expo-zustand-styled-components]: Fix Milestone for Issues tab for single repo
[expo-zustand-styled-components]: Fix Milestone for Issues and pull requests tab for single repo
Aug 22, 2023
Currently milestones filter doesn't work by targeting the ID of the milestone.
Apparently, we can't filter by milestones for pull requests with the Graphql API so, you will need to extend the API by using the REST API version for that situation
Fix
milestone
withmilestoneNumber
in the queryid
of the milestone with thenumber
of the milestoneThe text was updated successfully, but these errors were encountered: