fix(requests): use relative request paths #3213
release-drafter.yml
on: pull_request
update_release_draft
7s
Annotations
2 errors
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '7120555324',
status: 403,
response: {
url: 'https://api.github.com/repos/cryostatio/cryostat-web/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: 'Wed, 06 Dec 2023 21:36:30 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': '6706:0E7F:ADCB0E:B2E2A7:6570E95D',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '973',
'x-ratelimit-reset': '1701900795',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '27',
'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/cryostatio/cryostat-web/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/pull/1175/merge","name":"","tag_name":"","body":"## Contributors\\n@aali309, @andrewazores, @dependabot, @dependabot[bot], @maxcao13, @mwangggg and @tthvo\\n## What's Changed\\n## Features\\n\\n* feat(jvmid): enhance UI hints when JVM ID cannot be generated (#1119) @andrewazores\\n* feat(topology): render Cryostat icon for Agent targets (#1115) @andrewazores\\n* feat(mbean): include more OS/runtime details (#1111) @andrewazores\\n\\n## Fixes\\n\\n* fix(graphql): correct query name (#1112) @andrewazores\\n\\n## Documentation\\n\\n* docs(itest): add supplemental integration testing documentation (#1109) @maxcao13\\n* docs(read-me): correct ci status badge (#1118) @tthvo\\n\\n## Maintenance\\n\\n* chore(ci): request necessary permissions (#1171) @aali309\\n* build(deps-dev): bump mini-css-extract-plugin from 2.7.2 to 2.7.6 (#1170) @dependabot\\n* build(deps-dev): bump style-loader from 3.3.1 to 3.3.3 (#1169) @dependabot\\n* build(deps): bump @types/lodash from 4.14.191 to 4.14.202 (#1166) @dependabot\\n* build(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 (#1168) @dependabot\\n* build(deps-dev): bump selenium-webdriver and @types/selenium-webdriver (#1162) @dependabot\\n* build(deps): bump react-joyride from 2.5.3 to 2.7.0 (#1160) @dependabot\\n* feat(ci): should commit and push changes to src/main/webui (#1158) @aali309\\n* chore(strings): update 2.4 user-facing strings (#1155) @mwangggg\\n* chore(topology): check for jvmId in notifications from Cryostat (#1152) @mwangggg\\n* chore(recordings): check target's jvmId for recording events (#1126) @mwangggg\\n* chore(recordings): remove subdirectory for jvmId in recording requests (#1127) @mwangggg\\n* ci(dependabot): remove reviewers config (#1149) @aali309\\n* build(deps): upgrade react-router to v6 (#1143) @tthvo\\n* chore(credentials): clean up UI text (#1139) @andrewazores\\n* build(deps)
|
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: '7120555324',
name: 'pull_request',
payload: {
action: 'opened',
number: 1175,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/81769700?v=4',
description: 'JDK Flight Recorder for Kubernetes',
events_url: 'https://api.github.com/orgs/cryostatio/events',
hooks_url: 'https://api.github.com/orgs/cryostatio/hooks',
id: 81769700,
issues_url: 'https://api.github.com/orgs/cryostatio/issues',
login: 'cryostatio',
members_url: 'https://api.github.com/orgs/cryostatio/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjgxNzY5NzAw',
public_members_url: 'https://api.github.com/orgs/cryostatio/public_members{/member}',
repos_url: 'https://api.github.com/orgs/cryostatio/repos',
url: 'https://api.github.com/orgs/cryostatio'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/issues/1175/comments'
},
commits: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/pulls/1175/commits'
},
html: {
href: 'https://github.com/cryostatio/cryostat-web/pull/1175'
},
issue: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/issues/1175'
},
review_comment: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/pulls/1175/comments'
},
self: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/pulls/1175'
},
statuses: {
href: 'https://api.github.com/repos/cryostatio/cryostat-web/statuses/4435248a9e7e30f353ee4e8b3fd6fd87b131938a'
}
},
active_lock_reason: null,
additions: 3,
assignee: null,
assignees: [],
author_association: 'MEMBER',
auto_merge: null,
base: {
label: 'cryostatio:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: false,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/cryostatio/cryostat-web/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/cryostatio/cryostat-web/assignees{/user}',
blobs_url: 'https://api.github.com/repos/cryostatio/cryostat-web/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/cryostatio/cryostat-web/branches{/branch}',
clone_url: 'https://github.com/cryostatio/cryostat-web.git',
collaborators_url: 'https://api.github.com/repos/cryostatio/cryostat-web/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/cryostatio/cryostat-web/comments{/number}',
commits_url: 'https://api.github.com/repos/cryostatio/cryostat-web/commits{/sha}',
compare_url: 'https://api.github.com/repos/cryostatio/cryostat-web/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/cryostatio/cryostat-web/contents/{+path}',
contributors_url: 'https://api.github.com/repos/cryostatio/cryostat-web/contributors',
created_at: '2019-05-02T22:21:05Z',
default_branch: 'main',
delete_branch_on_merge: false,
deployments_url: 'https://ap
|