feat: bring action up to date#57
Merged
stephanmiehe merged 1 commit intogithub:masterfrom Jan 27, 2023
balazsorban44:master
Merged
feat: bring action up to date#57stephanmiehe merged 1 commit intogithub:masterfrom balazsorban44:master
stephanmiehe merged 1 commit intogithub:masterfrom
balazsorban44:master
Conversation
11 tasks
stephanmiehe
approved these changes
Jan 27, 2023
Collaborator
stephanmiehe
left a comment
There was a problem hiding this comment.
Thank you for your contribution
11 tasks
kodiakhq bot
referenced
this pull request
in X-oss-byte/Canary-nextjs
Oct 1, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/issue-labeler](https://togithub.com/github/issue-labeler) | action | minor | `v2.5` -> `v2.6` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/issue-labeler (github/issue-labeler)</summary> ### [`v2.6`](https://togithub.com/github/issue-labeler/releases/tag/v2.6) [Compare Source](https://togithub.com/github/issue-labeler/compare/v2.5...v2.6) #### What's Changed - [@​balazsorban44](https://togithub.com/balazsorban44) made their first contribution in [https://github.com/github/issue-labeler/pull/57](https://togithub.com/github/issue-labeler/pull/57) **Full Changelog**: https://github.com/github/issue-labeler/commits/v2.6 </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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to bring this action up to date by:
nccto minify and optimize the output, as per GitHub's own recommendationPromise.allwhere possibleFixes #32, Fixes #36, might address #46 (if it was caused by race conditions, due to promises not being awaited properly.), closes #56, closes #37
Note: functionally nothing should have changed, so this can even be a minor version bump.