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

Fix backport script when PR references an issue from another repo #6824

Merged
merged 3 commits into from
Apr 12, 2024

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Apr 11, 2024

We were always looking at the referenced issue number in the timescaledb repo, which is incorrect.

Disable-check: force-changelog-file

We were always looking at the referenced issue number in the timescaledb
repo, which is incorrect.
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.00%. Comparing base (59f50f2) to head (689cdab).
Report is 108 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6824      +/-   ##
==========================================
+ Coverage   80.06%   81.00%   +0.93%     
==========================================
  Files         190      197       +7     
  Lines       37181    37029     -152     
  Branches     9450     9665     +215     
==========================================
+ Hits        29770    29996     +226     
- Misses       2997     3183     +186     
+ Partials     4414     3850     -564     

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

}
nodes {
number, title,
labels (first: 30) { nodes { name } }
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you document why the limitation of 30 was chosen?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just some arbitrary number, it is required here by GitHub. It should be not very big because it's counted towards the usage quota of the GraphQL API. I'll add a comment there.

@akuzm akuzm enabled auto-merge (squash) April 12, 2024 09:21
@akuzm akuzm merged commit 4bd73f5 into timescale:main Apr 12, 2024
40 of 41 checks passed
@akuzm akuzm deleted the backport-another-repo branch April 12, 2024 09:23
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.

None yet

3 participants