[DVK-118] fix: 전자책 사진 저장 수정 #62
autolabeler-develop.yml
on: pull_request
autolabeler-develop
10s
Annotations
2 errors and 1 warning
autolabeler-develop
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '12011872439',
status: 422,
response: {
url: 'https://api.github.com/repos/LeeSM0518/devooks/releases',
status: 422,
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-length': '210',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 25 Nov 2024 14:13:18 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-oauth-scopes': 'repo',
'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': 'B451:36E722:1101AF7:21966B0:674485FD',
'x-oauth-scopes': 'repo, workflow',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4993',
'x-ratelimit-reset': '1732547259',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '7',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/LeeSM0518/devooks/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/pull/102/merge","name":"v0.1.0","tag_name":"v0.1.0","body":"# All Changes\\n\\n- [DVK-113] 전자책 사진 저장 API 수정 @LeeSM0518\\n- [DVK-88] refactor: 전자책 목록 조회에 JOOQ 적용 @LeeSM0518\\n- Merge pull request from develop @LeeSM0518\\n\\n## 🚀 New Features\\n\\n- [DVK-56] feat: JOOQ 적용 @LeeSM0518\\n- [DVK-11] feat: 이메일 인증 API 구현 @LeeSM0518\\n\\n## 🛠️ Feature Changes\\n\\n- [DVK-117] fix: 찜 목록 조회 수정 @LeeSM0518\\n- [DVK-78] fix: 값 검증 로직 수정 @LeeSM0518\\n- [DVK-115] fix: 회원의 관심 카테고리 응답 수정 @LeeSM0518\\n- [DVK-98] fix: 전자책 수정 API 보완 @LeeSM0518\\n- [DVK-110] fix: 전자책 사진 저장 수정 @LeeSM0518\\n- [DVK-110] fix: 전자책 메인 사진 업로드 수정 @LeeSM0518\\n- [DVK-72] fix: 예외 처리 수정 @LeeSM0518\\n- [DVK-96] fix: 전자책 조회 수정 @LeeSM0518\\n- [DVK-92] fix: 전자책 이미지 업로드 API 보완 @LeeSM0518\\n- [DVK-91] fix: 회원 API 보완 @LeeSM0518\\n- [DVK-84] fix: 찜 목록 조회에 JOOQ 적용 @LeeSM0518\\n- [DVK-63] fix: 전자책 API에 Swagger 적용 @LeeSM0518\\n- [DVK-62] fix: 인증 API에 Swagger 적용 @LeeSM0518\\n- [DVK-61] fix: 카테고리 API에 Swagger 적용 @LeeSM0518\\n- [DVK-24] fix: 전자책 목록 조회 API 수정 @LeeSM0518\\n- [DVK-6] fix: 회원정보 수정 API에 이메일 추가 @LeeSM0518\\n- [DVK-74] fix: 카테고리 로직 수정 @LeeSM0518\\n\\n## 🐛 Bug Fixes\\n\\n- [DVK-93] bug: 전자책 조회 버그 수정 @LeeSM0518\\n\\n## 🧰 Maintenance\\n\\n- [DVK-109] refactor: 리뷰 댓글 페이징 리팩토링 @LeeSM0518\\n- [DVK-108] refactor: 찜 페이징 리팩토링 @LeeSM0518\\n- [DVK-105] refactor: 서비스 문의 페이징 리팩토링 @LeeSM0518\\n- [DVK-104] refactor: 리뷰 페이징 리팩토링 @LeeSM0518\\n- [DVK-103] refactor: 전자책 문의 댓글 페이징 리팩토링 @LeeSM0518\\n- [DVK-102] refactor: 전자책 문의 페이징 리팩토링 @LeeSM0518\\n- [DVK-100] refactor: 전자책 페이징 리팩토링 @LeeSM0518\\n- [DVK-75] chore: Flyway 적용 @LeeSM0518\\n- [DVK-101] docs: 서비스 문의 사진 API에 Swagger 적용 @LeeSM0518\\n- [DVK-82] docs: 전자책 문의 API에 Swagger 적용 @LeeSM0518\\n- [DVK-81] docs: 전자책 사진 API에 Swagger
|
autolabeler-develop
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/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/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12011872439',
name: 'pull_request',
payload: {
action: 'opened',
number: 102,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/issues/102/comments'
},
commits: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/pulls/102/commits'
},
html: { href: 'https://github.com/LeeSM0518/devooks/pull/102' },
issue: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/issues/102'
},
review_comment: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/pulls/102/comments'
},
self: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/pulls/102'
},
statuses: {
href: 'https://api.github.com/repos/LeeSM0518/devooks/statuses/a9acef1463f90ccf8ef85aca8ef81e98140d8a19'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'OWNER',
auto_merge: null,
base: {
label: 'LeeSM0518:develop',
ref: 'develop',
repo: {
allow_auto_merge: true,
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/LeeSM0518/devooks/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/LeeSM0518/devooks/assignees{/user}',
blobs_url: 'https://api.github.com/repos/LeeSM0518/devooks/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/LeeSM0518/devooks/branches{/branch}',
clone_url: 'https://github.com/LeeSM0518/devooks.git',
collaborators_url: 'https://api.github.com/repos/LeeSM0518/devooks/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/LeeSM0518/devooks/comments{/number}',
commits_url: 'https://api.github.com/repos/LeeSM0518/devooks/commits{/sha}',
compare_url: 'https://api.github.com/repos/LeeSM0518/devooks/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/LeeSM0518/devooks/contents/{+path}',
contributors_url: 'https://api.github.com/repos/LeeSM0518/devooks/contributors',
created_at: '2024-10-19T13:39:01Z',
default_branch: 'main',
delete_branch_on_merge: false,
deployments_url: 'https://api.github.com/repos/LeeSM0518/devooks/deployments',
description: null,
disabled: false,
downloads_url: 'https://api.github.com/repos/LeeSM0518/devooks/downloads',
events_url: 'https://api.github.com/repos/LeeSM0518/devooks/events',
fork: false,
forks: 0,
forks_count: 0,
forks_url: 'https://api.github.com/repos/LeeSM0518/devooks/forks',
full_name: 'LeeSM0518/devooks',
git_commits_url: 'https://api.github.com/repos/LeeSM0518/devooks/git/commits{/sha}',
git_refs_url: 'https://api.github.com/repos/LeeSM0518/devooks/git/refs{/sha}',
git_tags_url: 'https://api.github.com/repos/LeeSM0518/devooks/git/tags{/sha}',
git_url: 'git://github.com/LeeSM0518/devooks.git',
has_discussions: false,
|
autolabeler-develop
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|