Skip to content

Allow customizing the system config to include in the tarball #528

Allow customizing the system config to include in the tarball

Allow customizing the system config to include in the tarball #528

Triggered via pull request June 26, 2023 02:00
Status Success
Total duration 20s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
10s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '5373029707', status: 403, response: { url: 'https://api.github.com/repos/nix-community/NixOS-WSL/releases', status: 403, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 26 Jun 2023 02:00:51 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': 'F019:99C4:67B30C4:6B3412C:6498F153', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '995', 'x-ratelimit-reset': '1687748445', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '5', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/nix-community/NixOS-WSL/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.16.0 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: `{"target_commitish":"refs/pull/260/merge","name":"","tag_name":"","body":"# Changelog\\n\\n## 🛠️ General Changes\\n\\n* Update flakes (#255) @github-actions\\n* Include per-user applications in start menu launchers (#261) @terlar\\n* chore(deps): update cachix/install-nix-action action to v22 (#256) @renovate\\n* Configure Renovate (#254) @renovate\\n* Enable systemd-timesyncd to prevent clock drift (#253) @SuperSandro2000\\n* Update flakes (#252) @github-actions\\n* Add default as an export from nixosModules (#251) @scottwillmoore\\n* Update flakes (#247) @github-actions\\n* Update flakes (#239) @github-actions\\n* fix: explicitly add systemctl and grep to path in shell-wrapper (#240) @K900\\n* wsl-conf: warn when networking.extraHosts has no effect (#233) @SuperSandro2000\\n* fix: just pull in the entire environment into the /bin/sh wrapper (#234) @K900\\n* Update flakes (#227) @github-actions\\n* Revert \\"Enable udev by default (it can be useful when using usbip)\\" (#232) @SuperSandro2000\\n* Fix perl locale errrors in installer (#228) @TeofilC\\n* Enable udev by default (it can be useful when using usbip) (#225) @KoviRobi\\n* Update flakes (#223) @github-actions\\n* Update flakes (#216) @github-actions\\n* fix(split-paths): use standard library tools, fix shell quoting better (#219) @K900\\n* Add wsl.binShPkg and wsl.populateBin options to make envfs easily pos… (#211) @SuperSandro2000\\n* feat: use a Rust tool to do the PATH manipulations (#214) @K900\\n* Remove wslpath from systemPackages (#209) @SuperSandro2000\\n* Update flakes (#206) @github-actions\\n* small improvements to tests (#205) @nzbr\\n* Fix tests on Windows (#198) @nzbr\\n* Update flakes (#191) @github-actions\\n* fix: fix compatibility with latest WSL update (#199) @K900\\n* Don't add an extra :, make robust against grep aliases (#197) @SuperSandro2000\\n* use the GITHUB_TOKEN to get around rate limits (#189) @nzbr\\n* native-systemd-shim: clean up /dev/shm correctly when it's a
update_release_draft
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '5373029707', name: 'pull_request', payload: { action: 'synchronize', after: 'b1d98a6218c5c4c7fd7dc1966e977c53da841f82', before: '3fa010339bbf38f92ff468b8718dc22abead4fdd', number: 260, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/33221035?v=4', description: 'A project incubator that works in parallel of the @NixOS org', events_url: 'https://api.github.com/orgs/nix-community/events', hooks_url: 'https://api.github.com/orgs/nix-community/hooks', id: 33221035, issues_url: 'https://api.github.com/orgs/nix-community/issues', login: 'nix-community', members_url: 'https://api.github.com/orgs/nix-community/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMzMjIxMDM1', public_members_url: 'https://api.github.com/orgs/nix-community/public_members{/member}', repos_url: 'https://api.github.com/orgs/nix-community/repos', url: 'https://api.github.com/orgs/nix-community' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/issues/260/comments' }, commits: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/pulls/260/commits' }, html: { href: 'https://github.com/nix-community/NixOS-WSL/pull/260' }, issue: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/issues/260' }, review_comment: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/pulls/260/comments' }, self: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/pulls/260' }, statuses: { href: 'https://api.github.com/repos/nix-community/NixOS-WSL/statuses/b1d98a6218c5c4c7fd7dc1966e977c53da841f82' } }, active_lock_reason: null, additions: 16, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'nix-community:main', ref: 'main', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: false, archive_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/assignees{/user}', blobs_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/branches{/branch}', clone_url: 'https://github.com/nix-community/NixOS-WSL.git', collaborators_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/comments{/number}', commits_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/commits{/sha}', compare_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/contents/{+path}', contributors_url: 'https://api.github.com/repos/nix-community/NixOS-WSL/contributor