-
Notifications
You must be signed in to change notification settings - Fork 50
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 warning by update node version #82
Fix warning by update node version #82
Conversation
1b171a6
to
9f0a84f
Compare
@stephanmiehe : Could you review this pull request? Thanks 😃 |
Hello! I created a new repository to test if my changes in that pull request work by creating a new release at my fork. It works! 😍🎉 I created this issue which was labeled: Here is the github action without the warning: Here is the release generated at my fork using the same branch used to create this pull request: I am planning to use this github action at the JHipster Lite project to fix that issue: |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/issue-labeler](https://github.com/github/issue-labeler) | action | minor | `v3.3` -> `v3.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/issue-labeler (github/issue-labeler)</summary> ### [`v3.4`](https://github.com/github/issue-labeler/releases/tag/v3.4) [Compare Source](https://github.com/github/issue-labeler/compare/v3.3...v3.4) #### What's Changed - Fix warning by update node version by [@​renanfranca](https://github.com/renanfranca) in [https://github.com/github/issue-labeler/pull/82](https://github.com/github/issue-labeler/pull/82) #### New Contributors - [@​renanfranca](https://github.com/renanfranca) made their first contribution in [https://github.com/github/issue-labeler/pull/82](https://github.com/github/issue-labeler/pull/82) **Full Changelog**: github/issue-labeler@v3.3...v3.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
Fix #81