Release v1.0.0 (#6) #21
release-drafter.yml
on: push
update_release_draft
7s
Annotations
2 errors and 4 warnings
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146: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:61885:18)
{
name: 'AggregateError',
event: {
id: '19692510874',
name: 'push',
payload: {
after: '026e14fa1cf8cbebee932821986519a3ca1ebe11',
base_ref: null,
before: '2d88f737f5773c92d3b2c55d9e06a06f43809ea6',
commits: [
{
author: {
email: 'vilsonrodrigues07@hotmail.com',
name: 'Vilson Rodrigues',
username: 'vilsonrodrigues'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '026e14fa1cf8cbebee932821986519a3ca1ebe11',
message: 'Release v1.0.0 (#6)\n' +
'\n' +
'* RELEASE: v1.0.0\n' +
'\n' +
'This release updates:\n' +
'- version.py: 0.1.0 → 1.0.0\n' +
'- CHANGELOG.md: Added release section for v1.0.0\n' +
'\n' +
'After merging this PR:\n' +
'- publish.yml workflow will trigger automatically\n' +
'- Package will be built and published to PyPI\n' +
'- GitHub release will be created with tag v1.0.0\n' +
'\n' +
'🤖 Generated with [Claude Code](https://claude.com/claude-code)\n' +
'\n' +
'Co-Authored-By: Claude <noreply@anthropic.com>\n' +
'\n' +
'* feat: Add /update command to merge bot\n' +
'\n' +
'New bot command to update PR branches with latest changes from base.\n' +
'\n' +
'Usage:\n' +
'- @mergebot update\n' +
'- /update\n' +
'- update\n' +
'\n' +
'Features:\n' +
'- Permission checking (write/admin only)\n' +
'- Automatic merge from base branch\n' +
'- Conflict detection and reporting\n' +
'- Success/failure notifications with emoji reactions\n' +
'\n' +
'---------\n' +
'\n' +
'Co-authored-by: Claude <noreply@anthropic.com>',
timestamp: '2025-11-26T01:27:15-03:00',
tree_id: '8d5ed1e90ab029efda1c4c1ff1a039dfbaf870a2',
url: 'https://github.com/msgflux/msgtrace-sdk/commit/026e14fa1cf8cbebee932821986519a3ca1ebe11'
}
],
compare: 'https://github.com/msgflux/msgtrace-sdk/compare/2d88f737f577...026e14fa1cf8',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'vilsonrodrigues07@hotmail.com',
name: 'Vilson Rodrigues',
username: 'vilsonrodrigues'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '026e14fa1cf8cbebee932821986519a3ca1ebe11',
message: 'Release v1.0.0 (#6)\n' +
'\n' +
'* RELEASE: v1.0.0\n' +
'\n' +
'This release updates:\n' +
'- version.py: 0.1.0 → 1.0.0\n' +
'- CHANGELOG.md: Added release section for v1.0.0\n' +
'\n' +
'After merging this PR:\n' +
'- publish.yml workflow will trigger automatically\n' +
'- Package will be built and published to PyPI\n' +
'- GitHub release will be created with tag v1.0.0\n' +
'\n' +
'🤖 Generated with [Claude Code](https://claude.com/claude-code)\n' +
'\n' +
'Co-Authored-By: Claude <noreply@anthropic.com>\n' +
'\n' +
'* feat: Add /update command to merge bot\n' +
'\n' +
'New bot command to update PR branches with latest changes from base.\n' +
'\n' +
|
|
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '19692510874',
status: 403,
response: {
url: 'https://api.github.com/repos/msgflux/msgtrace-sdk/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',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 26 Nov 2025 04:27:26 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': 'B3C1:971BB:23F095:9ED97F:692681AE',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4995',
'x-ratelimit-reset': '1764134844',
'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',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/msgflux/msgtrace-sdk/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.5 (linux; x64)',
'x-github-delivery': '19692510874',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/heads/main","name":"v0.1.0","tag_name":"v0.1.0","body":"## Changes\\n\\n## 📚 Documentation\\n\\n- Release v1.0.0 @vilsonrodrigues (#6)\\n\\n## 🔧 Maintenance\\n\\n- CHORE: Bump softprops/action-gh-release from 1 to 2 @[dependabot[bot]](https://github.com/apps/dependabot) (#5)\\n- CHORE: Bump actions/labeler from 5 to 6 @[dependabot[bot]](https://github.com/apps/dependabot) (#4)\\n- CHORE: Bump astral-sh/setup-uv from 4 to 7 @[dependabot[bot]](https://github.com/apps/dependabot) (#3)\\n- CHORE: Bump actions/setup-python from 5 to 6 @[dependabot[bot]](https://github.com/apps/dependabot) (#2)\\n- CHORE: Bump actions/github-script from 7 to 8 @[dependabot[bot]](https://github.com/apps/dependabot) (#1)\\n\\n## Contributors\\n\\nThank you to all contributors! 🙏\\n\\n@dependabot[bot], @vilsonrodrigues and [dependabot[bot]](https://github.com/apps/dependabot)\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '19692510874',
name: 'push',
payload: {
after: '026e14fa1cf8cbebee932821986519a3ca1ebe11',
base_ref: null,
before: '2d88f737f5773c92d3b2c55d9e06a06f43809ea6',
commits: [
{
author: {
email: 'vilsonrodrigues07@hotmail.com',
name: 'Vilson Rodrigues',
username: 'vilsonrodrigues'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '026e14fa1cf8cbebee932821986519a3ca1ebe11',
message: 'Release v1.0.0 (#6)\n' +
'\n' +
'* RELEASE: v1.0.0\n' +
'\n' +
'This release updates:\n' +
'- version.py: 0.1.0 → 1.0.0\n' +
'- CHANGELOG.md: Added release section for v1.0.0\n' +
|
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|