Introduce format factories #679
release-drafter.yml
on: pull_request
update_release_draft
34s
Annotations
2 errors
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '12070053086',
status: 403,
response: {
url: 'https://api.github.com/repos/pydata/sparse/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: 'Thu, 28 Nov 2024 13:42:06 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-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'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': '1C83:3D922A:C859B0:CBD2EE:6748732E',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4950',
'x-ratelimit-reset': '1732803148',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '50',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/pydata/sparse/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/pull/819/merge","name":"Sparse v0.1.0","tag_name":"","body":"## Changes\\n\\n- MAINT: Re-enable COO tests after fix (#814)\\n- Attempt to fix Heisenbug by skipping COO. (#813)\\n- update finch-tensor-python to fix tests (#812)\\n- skip changelog(deps): bump codecov/codecov-action from 4 to 5 (#811)\\n- Testing improvements and minor fixes. (#808)\\n- skip changelog(deps): bump mamba-org/setup-micromamba from 1 to 2 (#790)\\n- MAINT: Upgrade MLIR version (#785)\\n- ENH: Implement `reshape` function (#776)\\n- ENH: CSC and CSF formats for MLIR backend (#775)\\n- MNT: Move constructors to a direct style (#773)\\n- MNT: Refactor MLIR constructors (#771)\\n- ENH: Simple COO format (#768)\\n- skip changelog(deps): bump actions/setup-python from 3 to 5 (#735)\\n- MNT: Add CI mode to examples (#716)\\n- Add example notebook (#709)\\n- BUG: Skip `test_where` test (#707)\\n- Fix 1D return dtype in argmax/argmin (#704)\\n- MNT: `sparse` import refactor (#695)\\n- Add Array API tests for Numba backend. (#688)\\n- `scipy.sparse` fill-value fix. (#685)\\n- Upgrade `finch-tensor` (#684)\\n- Add tests for `scipy.sparse.csgraph` and `scipy.sparse.linalg` (#683)\\n- Update Finch backend (#678)\\n- Add support for NumPy 2.0. (#681)\\n- Add `SpMV` example (#677)\\n- Add `MTTKRP` example (#676)\\n- Add `SDDMM` example (#674)\\n- [pre-commit.ci] pre-commit autoupdate (#675)\\n- [pre-commit.ci] pre-commit autoupdate (#672)\\n- Do strict checking of Array API in CI job. (#671)\\n- [pre-commit.ci] pre-commit autoupdate (#670)\\n- [pre-commit.ci] pre-commit autoupdate (#667)\\n- Upgrade `finch-tensor` dep (#666)\\n- API: Rename `PyData` backend to `Numba` (#665)\\n- [pre-commit.ci] pre-commit autoupdate (#663)\\n- API: Enable finch backend for `scipy.sparse` (#664)\\n- Update `finch-tensor` version (#662)\\n- [pre-commit.ci] pre-commit autoupdate (#661)\\n- BUG
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12070053086',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '- **Rename some stuff and introduce `FormatFactory`.**\r\n' +
'- **Change tests to use format factories.**\r\n' +
'- **Change `Csf` 1-D to be more consistent.**\r\n' +
'\r\n' +
'<!--\r\n' +
'# Thanks for contributing a pull request!\r\n' +
'## Please make sure you see our contribution guidelines: https://github.com/pydata/sparse/blob/main/docs/contributing.md\r\n' +
'\r\n' +
'Your PR title should start with any of these abbreviatons: `build`, `chore`, `ci`, `depr`, `docs`, `feat`, `fix`, `perf`, `refactor`, `release`, `test`. Add a `!`at the end, if it is a breaking change.\r\n' +
'-->\r\n' +
'\r\n' +
'## What type of PR is this? (check all applicable)\r\n' +
'\r\n' +
'- [x] 💾 Refactor\r\n' +
'- [x] 🪄 Feature\r\n' +
'- [ ] 🐞 Bug Fix\r\n' +
'- [ ] 🔧 Optimization\r\n' +
'- [ ] 📚 Documentation\r\n' +
'- [x] 🧪 Test\r\n' +
'- [ ] 🛠️ Other\r\n' +
'\r\n' +
'## Checklist\r\n' +
'\r\n' +
'- [x] Code follows style guide\r\n' +
'- [x] Tests added\r\n' +
'- [ ] Documented the changes\r\n' +
'\r\n' +
'***\r\n' +
'\r\n' +
'## Please explain your changes below.\r\n' +
'Introduces format factories to simplify the building of formats without having to fudge with levels.'
}
},
number: 819,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/1284191?v=4',
description: null,
events_url: 'https://api.github.com/orgs/pydata/events',
hooks_url: 'https://api.github.com/orgs/pydata/hooks',
id: 1284191,
issues_url: 'https://api.github.com/orgs/pydata/issues',
login: 'pydata',
members_url: 'https://api.github.com/orgs/pydata/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjEyODQxOTE=',
public_members_url: 'https://api.github.com/orgs/pydata/public_members{/member}',
repos_url: 'https://api.github.com/orgs/pydata/repos',
url: 'https://api.github.com/orgs/pydata'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/pydata/sparse/issues/819/comments'
},
commits: {
href: 'https://api.github.com/repos/pydata/sparse/pulls/819/commits'
},
html: { href: 'https://github.com/pydata/sparse/pull/819' },
issue: {
href: 'https://api.github.com/repos/pydata/sparse/issues/819'
},
review_comment: {
href: 'https://api.github.com/repos/pydata/sparse/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/pydata/sparse/pulls/819/comments'
},
self: {
href: 'https://api.github.com/repos/pydata/sparse/pulls/819'
},
statuses: {
href: 'https://api.github.com/repos/pydata/sparse/statuses/17136875d21f6883031a5e71544828bfbd57dcd1'
}
},
active_lock_reason: null,
additions: 203,
assignee: null,
assignees: [],
author_association: 'COLLABORATOR',
auto_merge: {
commit_message: 'Introduce format factories',
commit_title: 'Merge pull request #819 from hameerabbasi/format-factories',
e
|