forked from knl/niv-updater-action
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync with upstream #1
Open
ggreif
wants to merge
41
commits into
dfinity-lab:main
Choose a base branch
from
knl:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
This ensures that we pull dependencies from cache.nixos.org as well.
Instead of relying on whatever is the most recent, pin to 2.3.16, which is known to work in the `--no-daemon` (single user) mode.
r.duckduckgo.com seems to stopped doing redirects. We need them to prevent github from backlinking into issues. This change switches to using togithub.com, the same service used by the renovatebot.
`hub api` without paginate will not retrieve the complete list of commits. Using just `--paginate` doesn't work either, because pagination is not enabled (only 250 commits are returned) -- one has to pass `per_page` query parameter.
PR description on GitHub is limited to 64k. Truncate long descriptions (technicaly, the changelog) and point to the commit message as that one doesn't have a limit. To simplify the code and avoid creating yet another temporary file, install moreutils and use sponge util.
Update README.adoc
nodejs 16 supported by runner version 2.285.0 actions/runner#772
* Remove refs/heads/ from the base branch name Base branch should not include `refs/heads/` nor `refs/tags` Relevant information: * https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#create-a-pull-request * https://docs.github.com/en/actions/learn-github-actions/variables Co-authored-by: Nikola Knežević <361496+knl@users.noreply.github.com>
* Enable action using self hosted runners Self hosted runners are running with dynamic users so nix profile is not accessible. Use nix-shell to have the required dependencies in PATH instead. Co-authored-by: Nikola Knežević <361496+knl@users.noreply.github.com>
Bumps [timheuer/issue-notifier](https://github.com/timheuer/issue-notifier) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/timheuer/issue-notifier/releases) - [Commits](timheuer/issue-notifier@v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: timheuer/issue-notifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Node 16 has reached its end of life More details here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
niv v0.2.21 -> v0.2.22 Not much changes but it's good to keep up to date. refs nmattia/niv@v0.2.21...v0.2.22
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.
No description provided.