mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 10:46:03 +08:00
deploy: 863fd9715c
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -36,12 +36,12 @@
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token comment"># or</span><span class="token plain"></span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token punctuation">-</span><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> Issues Helper</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">uses</span><span class="token punctuation">:</span><span class="token plain"> actions</span><span class="token punctuation">-</span><span class="token plain">cool/issues</span><span class="token punctuation">-</span><span class="token plain">helper@1.x</span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token comment"># or</span><span class="token plain"></span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token punctuation">-</span><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> Issues Helper</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">uses</span><span class="token punctuation">:</span><span class="token plain"> actions</span><span class="token punctuation">-</span><span class="token plain">cool/issues</span><span class="token punctuation">-</span><span class="token plain">helper@v2</span></div></pre></div><h2 id="what-should-i-pay-attention-to-when-upgrading-from-v1x-to-v2"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#what-should-i-pay-attention-to-when-upgrading-from-v1x-to-v2"><span class="icon icon-link"></span></a>What should I pay attention to when upgrading from v1.x to v2?</h2><p>There is only one difference between v1.12 and v2.0.0. That is, <code>require-permission</code> in <code>mark-duplicate</code> has added the default value <code>write</code>.</p><h2 id="v3-changelog"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#v3-changelog"><span class="icon icon-link"></span></a>v3 changelog</h2><p>🚀 The refactoring of the v3 version is completed. The main changes are:</p><ol><li>JS to TS</li><li>Encapsulate the core functions of the issue into classes for helpers to use</li><li>Unified prompt information</li><li>Added automatic release script</li></ol><p>Reference for functional changes:</p><ul><li>🚀 New Feature<ul><li><code>mark-assignees</code>: Comment quick settings assignees</li><li><code>find-issues</code>: Conditional query current warehouse issues</li></ul></li><li>🐞 Bug Fix<ul><li>Fixed <code>find-comments</code> return result direction not working</li><li>Fix <code>lock-issues</code> lock and comment order issue</li></ul></li><li>🛠 Refactor<ul><li><code>contents</code> renamed to easy-to-understand <code>emoji</code></li><li><code>issue-emojis</code> renamed to <code>issue-emoji</code></li><li>deleteComment updateComment no longer supports <code>out-comments</code>, keeping pure functionality</li><li>Remove title body default</li><li><code>month-statistics</code> removed</li></ul></li></ul><h2 id="what-should-i-do-if-there-is-no-function-i-want-here"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#what-should-i-do-if-there-is-no-function-i-want-here"><span class="icon icon-link"></span></a>What should I do if there is no function I want here?</h2><p>You can submit it in <a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/discussions/18">What do you want?<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p></div><div class="__dumi-default-layout-footer-meta"><a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/edit/main/web/docs/guide/faq.en-US.md">Edit this doc on GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a><span data-updated-text="Last update: ">2/22/2022 11:16:48</span></div></div></div></div>
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token punctuation">-</span><span class="token plain"> </span><span class="token key atrule">name</span><span class="token punctuation">:</span><span class="token plain"> Issues Helper</span></div><div class="token-line"><span class="token plain"> </span><span class="token key atrule">uses</span><span class="token punctuation">:</span><span class="token plain"> actions</span><span class="token punctuation">-</span><span class="token plain">cool/issues</span><span class="token punctuation">-</span><span class="token plain">helper@v2</span></div></pre></div><h2 id="what-should-i-pay-attention-to-when-upgrading-from-v1x-to-v2"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#what-should-i-pay-attention-to-when-upgrading-from-v1x-to-v2"><span class="icon icon-link"></span></a>What should I pay attention to when upgrading from v1.x to v2?</h2><p>There is only one difference between v1.12 and v2.0.0. That is, <code>require-permission</code> in <code>mark-duplicate</code> has added the default value <code>write</code>.</p><h2 id="v3-changelog"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#v3-changelog"><span class="icon icon-link"></span></a>v3 changelog</h2><p>🚀 The refactoring of the v3 version is completed. The main changes are:</p><ol><li>JS to TS</li><li>Encapsulate the core functions of the issue into classes for helpers to use</li><li>Unified prompt information</li><li>Added automatic release script</li></ol><p>Reference for functional changes:</p><ul><li>🚀 New Feature<ul><li><code>mark-assignees</code>: Comment quick settings assignees</li><li><code>find-issues</code>: Conditional query current warehouse issues</li></ul></li><li>🐞 Bug Fix<ul><li>Fixed <code>find-comments</code> return result direction not working</li><li>Fix <code>lock-issues</code> lock and comment order issue</li></ul></li><li>🛠 Refactor<ul><li><code>contents</code> renamed to easy-to-understand <code>emoji</code></li><li><code>issue-emojis</code> renamed to <code>issue-emoji</code></li><li>deleteComment updateComment no longer supports <code>out-comments</code>, keeping pure functionality</li><li>Remove title body default</li><li><code>month-statistics</code> removed</li></ul></li></ul><h2 id="what-should-i-do-if-there-is-no-function-i-want-here"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/faq#what-should-i-do-if-there-is-no-function-i-want-here"><span class="icon icon-link"></span></a>What should I do if there is no function I want here?</h2><p>You can submit it in <a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/discussions/18">What do you want?<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p></div><div class="__dumi-default-layout-footer-meta"><a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/edit/main/web/docs/guide/faq.en-US.md">Edit this doc on GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a><span data-updated-text="Last update: ">3/4/2022 07:52:51</span></div></div></div></div>
|
||||
<script>
|
||||
window.g_useSSR = true;
|
||||
window.g_initialProps = {};
|
||||
</script>
|
||||
|
||||
<script src="/issues-helper/umi.b49f6350.js"></script>
|
||||
<script src="/issues-helper/umi.81cdfd4c.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -36,12 +36,12 @@
|
||||
</span></div><div class="token-line"><span class="token plain">x1</span></div><div class="token-line"><span class="token plain">x2</span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x1y3y2"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"y2 x1"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x2"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x3"</span><span class="token plain"> </span><span class="token boolean">false</span></div></pre></div><div class="__dumi-default-code-block"><pre class="prism-code language-js"><button class="__dumi-default-icon __dumi-default-code-block-copy-btn" data-status="ready"></button><div class="token-line"><span class="token string-property property">"title-includes"</span><span class="token operator">:</span><span class="token plain"> </span><span class="token string">'x1,x2/y1,y2'</span><span class="token plain"></span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain">x1 </span><span class="token operator">+</span><span class="token plain"> y1</span></div><div class="token-line"><span class="token plain">x2 </span><span class="token operator">+</span><span class="token plain"> y1</span></div><div class="token-line"><span class="token plain">x1 </span><span class="token operator">+</span><span class="token plain"> y2</span></div><div class="token-line"><span class="token plain">x2 </span><span class="token operator">+</span><span class="token plain"> y2</span></div><div class="token-line"><span class="token plain">
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x1y3y2"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"y2 x1"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"1x2y"</span><span class="token plain"> </span><span class="token boolean">false</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x1"</span><span class="token plain"> </span><span class="token boolean">false</span></div></pre></div><h2 id="-emoji-type"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/ref#-emoji-type"><span class="icon icon-link"></span></a>📍 <code>emoji</code> Type</h2><div class="__dumi-default-table"><div class="__dumi-default-table-content"><table><thead><tr><th>content</th><th>emoji</th></tr></thead><tbody><tr><td><code>+1</code></td><td>👍</td></tr><tr><td><code>-1</code></td><td>👎</td></tr><tr><td><code>laugh</code></td><td>😄</td></tr><tr><td><code>confused</code></td><td>😕</td></tr><tr><td><code>heart</code></td><td>❤️</td></tr><tr><td><code>hooray</code></td><td>🎉</td></tr><tr><td><code>rocket</code></td><td>🚀</td></tr><tr><td><code>eyes</code></td><td>👀</td></tr></tbody></table></div></div><p>For details, please <a target="_blank" rel="noopener noreferrer" href="https://docs.github.com/en/free-pro-team@latest/rest/reference/reactions">view<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p><h2 id="-comment-id"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/ref#-comment-id"><span class="icon icon-link"></span></a>📍 <code>comment-id</code></h2><p>Click the <code>···</code> icon in the upper right corner of a comment, select <code>Copy link</code>, and the number at the end of the url is <code>comment_id</code>.</p></div><div class="__dumi-default-layout-footer-meta"><a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/edit/main/web/docs/guide/ref.en-US.md">Edit this doc on GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a><span data-updated-text="Last update: ">2/22/2022 11:16:48</span></div></div></div></div>
|
||||
</span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x1y3y2"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"y2 x1"</span><span class="token plain"> </span><span class="token boolean">true</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"1x2y"</span><span class="token plain"> </span><span class="token boolean">false</span><span class="token plain"></span></div><div class="token-line"><span class="token plain"></span><span class="token string">"x1"</span><span class="token plain"> </span><span class="token boolean">false</span></div></pre></div><h2 id="-emoji-type"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/ref#-emoji-type"><span class="icon icon-link"></span></a>📍 <code>emoji</code> Type</h2><div class="__dumi-default-table"><div class="__dumi-default-table-content"><table><thead><tr><th>content</th><th>emoji</th></tr></thead><tbody><tr><td><code>+1</code></td><td>👍</td></tr><tr><td><code>-1</code></td><td>👎</td></tr><tr><td><code>laugh</code></td><td>😄</td></tr><tr><td><code>confused</code></td><td>😕</td></tr><tr><td><code>heart</code></td><td>❤️</td></tr><tr><td><code>hooray</code></td><td>🎉</td></tr><tr><td><code>rocket</code></td><td>🚀</td></tr><tr><td><code>eyes</code></td><td>👀</td></tr></tbody></table></div></div><p>For details, please <a target="_blank" rel="noopener noreferrer" href="https://docs.github.com/en/free-pro-team@latest/rest/reference/reactions">view<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p><h2 id="-comment-id"><a aria-hidden="true" tabindex="-1" href="/issues-helper//en-US/guide/ref#-comment-id"><span class="icon icon-link"></span></a>📍 <code>comment-id</code></h2><p>Click the <code>···</code> icon in the upper right corner of a comment, select <code>Copy link</code>, and the number at the end of the url is <code>comment_id</code>.</p></div><div class="__dumi-default-layout-footer-meta"><a target="_blank" rel="noopener noreferrer" href="https://github.com/actions-cool/issues-helper/edit/main/web/docs/guide/ref.en-US.md">Edit this doc on GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="__dumi-default-external-link-icon"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a><span data-updated-text="Last update: ">3/4/2022 07:52:51</span></div></div></div></div>
|
||||
<script>
|
||||
window.g_useSSR = true;
|
||||
window.g_initialProps = {};
|
||||
</script>
|
||||
|
||||
<script src="/issues-helper/umi.b49f6350.js"></script>
|
||||
<script src="/issues-helper/umi.81cdfd4c.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user