chore(deps-dev): bump mkdocs-autorefs from 0.5.0 to 1.0.1 #268
Annotations
2 errors
Resource not accessible by integration
{
name: 'HttpError',
id: '10303987867',
status: 403,
response: {
url: 'https://api.github.com/repos/manytask/checker/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, 08 Aug 2024 14:26:13 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': '5898:3C5041:A129C5F:12F3A3B5:66B4D585',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4965',
'x-ratelimit-reset': '1723130755',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '35',
'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/manytask/checker/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/heads/main","name":"0.10.0","tag_name":"0.10.0","body":"<TODO: summary of changes here>\\n\\n### Features\\n\\n- feat(docker): add checker as alias for \\"/opt/checker-venv/bin/python … by @k4black in [#98](https://github.com/$OWNER/$REPOSITORY/pull/98)\\n- feat: change deadlines config by @k4black in [#95](https://github.com/$OWNER/$REPOSITORY/pull/95)\\n- feat: deadlines -> manytask config by @k4black in [#94](https://github.com/$OWNER/$REPOSITORY/pull/94)\\n- feat(plugin): add sandbox plugin by @dmitriy-lukashevich in [#82](https://github.com/$OWNER/$REPOSITORY/pull/82)\\n- feat: templates - `search`, `create` or `search_or_create` by @k4black in [#90](https://github.com/$OWNER/$REPOSITORY/pull/90)\\n- feat: add changes detection for `checker grade` by @k4black in [#89](https://github.com/$OWNER/$REPOSITORY/pull/89)\\n- feat: Ascii art tag by @k4black in [#87](https://github.com/$OWNER/$REPOSITORY/pull/87)\\n- feat: Required .task.yml and .group.yml files by @k4black in [#84](https://github.com/$OWNER/$REPOSITORY/pull/84)\\n- feat: New structure for 1.x.x by @k4black in [#69](https://github.com/$OWNER/$REPOSITORY/pull/69)\\n\\n### Fixes\\n\\n- fix: replace print with print_info by @MoskalenkoViktor in [#105](https://github.com/$OWNER/$REPOSITORY/pull/105)\\n- fix: less printing for students on skip by @k4black in [#102](https://github.com/$OWNER/$REPOSITORY/pull/102)\\n\\n### Tests and CI/CD\\n\\n- chore(deps-dev): update pytest-cov requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0 by @dependabot in [#112](https://github.com/$OWNER/$REPOSITORY/pull/112)\\n- ci: add platforms for docker build by @k4black in [#86](https://github.com/$OWNER/$REPOSITORY/pull/86)\\n- feat: Ascii art tag by @k4black in [#87](https://github.com/$OWNER/$REPOSITORY/pull/87)\\n- ci: publish main docker and docs by @k4black in [#85](https://github.com
|
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: '10303987867',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: 'Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) from 0.5.0 to 1.0.1.\n' +
'<details>\n' +
'<summary>Release notes</summary>\n' +
`<p><em>Sourced from <a href="https://github.com/mkdocstrings/autorefs/releases">mkdocs-autorefs's releases</a>.</em></p>\n` +
'<blockquote>\n' +
'<h2>1.0.1</h2>\n' +
'<h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.0.1">1.0.1</a> - 2024-02-29</h2>\n' +
'<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.0.0...1.0.1">Compare with 1.0.0</a><!-- raw HTML omitted --></p>\n' +
'<h3>Bug Fixes</h3>\n' +
'<ul>\n' +
`<li>Don't import <code>MkDocsConfig</code> (does not exist on MkDocs 1.3-) (<a href="https://github.com/mkdocstrings/autorefs/commit/9c156643ead1dc24f08b8047bd5b2fcd97662783">9c15664</a> by Timothée Mazzucotelli).</li>\n` +
'</ul>\n' +
'<h2>1.0.0</h2>\n' +
'<h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.0.0">1.0.0</a> - 2024-02-27</h2>\n' +
'<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/0.5.0...1.0.0">Compare with 0.5.0</a><!-- raw HTML omitted --></p>\n' +
'<h3>Features</h3>\n' +
'<ul>\n' +
'<li>Add Markdown anchors and aliases (<a href="https://github.com/mkdocstrings/autorefs/commit/a215a97a057b54e11ebec8865c64e93429edde63">a215a97</a> by Timothée Mazzucotelli). [Replaces-PR-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/20">#20</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/pull/20">mkdocstrings/autorefs#20</a>), [Related-to-PR-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/25">#25</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/pull/25">mkdocstrings/autorefs#25</a>), [Related-to-issue-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/35">#35</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/35">mkdocstrings/autorefs#35</a>), Co-authored-by: Oleh Prypin <a href="mailto:[email protected]">[email protected]</a>, Co-authored-by: tvdboom <a href="mailto:[email protected]">[email protected]</a></li>\n' +
'<li>Preserve HTML data attributes (from spans to anchors) (<a href="https://github.com/mkdocstrings/autorefs/commit/0c1781d7e3d6bffd55802868802bcd1ec9e8bbc7">0c1781d</a> by Timothée Mazzucotelli). [Issue-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/41">#41</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/41">mkdocstrings/autorefs#41</a>), [PR-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/42">#42</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/pull/42">mkdocstrings/autorefs#42</a>), Co-authored-by: Oleh Prypin <a href="mailto:[email protected]">[email protected]</a></li>\n' +
'<li>Support <code>[`identifier`][]</code> with pymdownx.inlinehilite enabled (<a href="https://github.com/mkdocstrings/autorefs/commit/e7f222894c70627c70e6a14e453a10a81e3f8957">e7f2228</a> by Oleh Prypin). [Issue-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/34">#34</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/34">mkdocstrings/autorefs#34</a>), [PR-<a href="https://redirect.github.com/mkdocstrings/autorefs/issues/40">#40</a>](<a href="https://redirect.github.com/mkdocstrings/autorefs/pull/40">mkdocstrings/autorefs#40</a>), Co
|
This job succeeded
Loading