v8.0.0 Moving to Qt6 #69
Annotations
2 errors and 1 warning
Run release-drafter/release-drafter@v5
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '8760889034',
status: 422,
response: {
url: 'https://api.github.com/repos/djotaku/ELDonationTracker/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': '195',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Fri, 19 Apr 2024 23:54:49 GMT',
'github-authentication-token-expiration': '2024-07-15 20:23:53 -0400',
'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-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': '57C0:19F60F:3E7D7F5:6621FA5:66230449',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4980',
'x-ratelimit-reset': '1713572430',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '20',
'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'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/djotaku/ELDonationTracker/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/213/merge","name":"v20190829.1.0 🌈","tag_name":"v20190829.1.0","body":"# Installation/Usage Instructions\\n\\n## tl;dr:\\n**Windows Users**\\n\\nGrab the file below.\\n\\n**Linux users**\\n\\nuse [PyPi](https://eldonationtracker.readthedocs.io/en/latest/installation.html#via-pypi) or [git clone](https://eldonationtracker.readthedocs.io/en/latest/installation.html#via-github)\\n\\n**Docker or Podman users**\\n\\ndocker run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker -v ./testoutput:/root/output djotaku/eldonationtracker:latest\\nor\\npodman run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker:Z -v ./testoutput:/root/output:Z djotaku/eldonationtracker:latest\\n\\n## For more detailed instructions\\n\\nInstallation Instructions: https://eldonationtracker.readthedocs.io/en/latest/installation.html\\n\\nUsage Instructions: https://eldonationtracker.readthedocs.io/en/latest/usage.html\\n\\nPlease file any bug reports. Pull requests welcome on the devel branch.\\n\\n\\n## Changes\\n\\n- bump version @djotaku (#198)\\n- another setup.cfg mistake @djotaku (#197)\\n- another setup.cfg mistake @djotaku (#196)\\n- updating setup.cfg @djotaku (#195)\\n- without tzlocal maybe no more issues @djotaku (#194)\\n- Upgrade all requirements @djotaku (#193)\\n- Update \\\\_\\\\_init\\\\_\\\\_.py @djotaku (#192)\\n- Update setup.cfg for pip dependency resolution issue @djotaku (#191)\\n- Just a few refactors to clean up the code @djotaku (#190)\\n- Adding in a GUI Logger @djotaku (#183)\\n- Bump babel from 2.8.0 to 2.9.1 in /docs @dependabot (#175)\\n- Bump babel from 2.8.0 to 2.9.1 @dependabot (#1
|
Run release-drafter/release-drafter@v5
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 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: '8760889034',
name: 'pull_request',
payload: {
action: 'synchronize',
after: 'edca2831c13bb86e9f2234d2343370a1a5e15df3',
before: 'd5d744f9fb79ca4e3e55cdb5e82870a6b0d86a20',
number: 213,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/issues/213/comments'
},
commits: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/pulls/213/commits'
},
html: {
href: 'https://github.com/djotaku/ELDonationTracker/pull/213'
},
issue: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/issues/213'
},
review_comment: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/pulls/213/comments'
},
self: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/pulls/213'
},
statuses: {
href: 'https://api.github.com/repos/djotaku/ELDonationTracker/statuses/edca2831c13bb86e9f2234d2343370a1a5e15df3'
}
},
active_lock_reason: null,
additions: 393,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/2624194?v=4',
events_url: 'https://api.github.com/users/djotaku/events{/privacy}',
followers_url: 'https://api.github.com/users/djotaku/followers',
following_url: 'https://api.github.com/users/djotaku/following{/other_user}',
gists_url: 'https://api.github.com/users/djotaku/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/djotaku',
id: 2624194,
login: 'djotaku',
node_id: 'MDQ6VXNlcjI2MjQxOTQ=',
organizations_url: 'https://api.github.com/users/djotaku/orgs',
received_events_url: 'https://api.github.com/users/djotaku/received_events',
repos_url: 'https://api.github.com/users/djotaku/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/djotaku/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/djotaku/subscriptions',
type: 'User',
url: 'https://api.github.com/users/djotaku'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/2624194?v=4',
events_url: 'https://api.github.com/users/djotaku/events{/privacy}',
followers_url: 'https://api.github.com/users/djotaku/followers',
following_url: 'https://api.github.com/users/djotaku/following{/other_user}',
gists_url: 'https://api.github.com/users/djotaku/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/djotaku',
id: 2624194,
login: 'djotaku',
node_id: 'MDQ6VXNlcjI2MjQxOTQ=',
organizations_url: 'https://api.github.com/users/djotaku/orgs',
received_events_url: 'https://api.github.com/users/djotaku/received_events',
repos_url: 'https://api.github.com/users/djotaku/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/djotaku/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/djotaku/subscriptions',
type: 'User',
url: 'https://api.github.com/users/djotaku'
}
],
author_association: 'OWNER',
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading