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

chore: Improve tag fetching in create-update-issues workflow #5299

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

cryptodev-2s
Copy link
Contributor

@cryptodev-2s cryptodev-2s commented Feb 6, 2025

Explanation

This PR modifies how tags are fetched in the create-update-issues workflow by replacing the fetch-tags input parameter with an explicit git fetch command.

  • Removed fetch-tags: true from checkout action
  • Added separate step to fetch tags using git fetch --prune --unshallow --tags

This change provides more explicit control over tag fetching and ensures we get a complete tag history with pruning of stale refs.

References

Changelog

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@cryptodev-2s cryptodev-2s self-assigned this Feb 6, 2025
@cryptodev-2s cryptodev-2s requested a review from a team as a code owner February 6, 2025 23:08
@cryptodev-2s cryptodev-2s enabled auto-merge (squash) February 6, 2025 23:10
Copy link
Contributor

@desi desi left a comment

Choose a reason for hiding this comment

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

🚢

@cryptodev-2s cryptodev-2s merged commit 0d62854 into main Feb 6, 2025
131 checks passed
@cryptodev-2s cryptodev-2s deleted the cryptodev2s/fix-create-update-issues branch February 6, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants