site/docs/maintaining/special-labels/index.html in jekyll-docs-3.8.5 vs site/docs/maintaining/special-labels/index.html in jekyll-docs-3.9.0

- old
+ new

@@ -1,35 +1,36 @@ <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <meta name="generator" content="Jekyll v3.8.5"> + <meta name="generator" content="Jekyll v3.9.0"> <link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites" /> <link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom"> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" /> <link rel="stylesheet" href="/css/screen.css"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> - <!-- Begin Jekyll SEO tag v2.5.0 --> + <!-- Begin Jekyll SEO tag v2.6.1 --> <title>Special Labels | Jekyll • Simple, blog-aware, static sites</title> -<meta name="generator" content="Jekyll v3.8.5" /> +<meta name="generator" content="Jekyll v3.9.0" /> <meta property="og:title" content="Special Labels" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="This guide is for maintainers. These special people have write access to one or more of Jekyll’s repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone." /> <meta property="og:description" content="This guide is for maintainers. These special people have write access to one or more of Jekyll’s repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone." /> <link rel="canonical" href="https://jekyllrb.com/docs/maintaining/special-labels/" /> <meta property="og:url" content="https://jekyllrb.com/docs/maintaining/special-labels/" /> <meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2018-12-01T11:24:20-08:00" /> +<meta property="article:published_time" content="2020-08-05T11:55:36-07:00" /> <meta name="twitter:card" content="summary" /> +<meta property="twitter:title" content="Special Labels" /> <meta name="twitter:site" content="@jekyllrb" /> <meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY" /> <script type="application/ld+json"> -{"headline":"Special Labels","dateModified":"2018-12-01T11:24:20-08:00","datePublished":"2018-12-01T11:24:20-08:00","url":"https://jekyllrb.com/docs/maintaining/special-labels/","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/maintaining/special-labels/"},"description":"This guide is for maintainers. These special people have write access to one or more of Jekyll’s repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"@type":"BlogPosting","@context":"http://schema.org"}</script> +{"url":"https://jekyllrb.com/docs/maintaining/special-labels/","headline":"Special Labels","dateModified":"2020-08-05T11:55:36-07:00","datePublished":"2020-08-05T11:55:36-07:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://jekyllrb.com/img/logo-2x.png"}},"description":"This guide is for maintainers. These special people have write access to one or more of Jekyll’s repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone.","mainEntityOfPage":{"@type":"WebPage","@id":"https://jekyllrb.com/docs/maintaining/special-labels/"},"@type":"BlogPosting","@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> <!--[if lt IE 9]> <script src="/js/html5shiv.min.js"></script> <script src="/js/respond.min.js"></script> @@ -70,11 +71,11 @@ </div> <div class="meta hide-on-mobiles"> <ul> <li> - <a href="https://github.com/jekyll/jekyll/releases/tag/v3.8.5">v3.8.5</a> + <a href="https://github.com/jekyll/jekyll/releases/tag/v3.9.0">v3.9.0</a> </li> <li> <a href="https://github.com/jekyll/jekyll">GitHub</a> </li> </ul> @@ -296,27 +297,27 @@ <h1>Special Labels</h1> <p class="note info"><strong>This guide is for maintainers.</strong> These special people have <strong>write access</strong> to one or more of Jekyll’s repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone.</p> <p>We use a series of “special labels” on GitHub.com to automate handling of some parts of the pull request and issue process. <a href="https://github.com/jekyllbot" class="user-mention">@jekyllbot</a> may automatically apply or remove certain labels based on actions taken by users or maintainers. Below are the labels and how they work:</p> -<h2 id="pending-feedback"><code class="highlighter-rouge">pending-feedback</code></h2> +<h2 id="pending-feedback"><code class="language-plaintext highlighter-rouge">pending-feedback</code></h2> <p>This label is used to indicate that we need more information from the issue/PR author in order to continue. It may be that you need more info before you can properly triage a bug report, or that you have some unanswered questions about a PR that need to be resolved before moving forward. You can safely ignore any issue with this label, as it is waiting for feedback.</p> <h2 id="needs-work--pending-rebase"> -<code class="highlighter-rouge">needs-work</code> &amp; <code class="highlighter-rouge">pending-rebase</code> +<code class="language-plaintext highlighter-rouge">needs-work</code> &amp; <code class="language-plaintext highlighter-rouge">pending-rebase</code> </h2> -<p>These labels are used to indicate that the Git state of a pull request must change. Both are removed once a push is registered (a “synchronize” event for the pull request) and the pull request becomes mergable. Add <code class="highlighter-rouge">needs-work</code> to a PR if, after your review, it requires code changes. Add <code class="highlighter-rouge">pending-rebase</code> to a PR if the code is fine but the branch is not automatically mergable with the target branch (e.g. <code class="highlighter-rouge">master</code>).</p> +<p>These labels are used to indicate that the Git state of a pull request must change. Both are removed once a push is registered (a “synchronize” event for the pull request) and the pull request becomes mergable. Add <code class="language-plaintext highlighter-rouge">needs-work</code> to a PR if, after your review, it requires code changes. Add <code class="language-plaintext highlighter-rouge">pending-rebase</code> to a PR if the code is fine but the branch is not automatically mergable with the target branch (e.g. <code class="language-plaintext highlighter-rouge">master</code>).</p> -<h2 id="stale"><code class="highlighter-rouge">stale</code></h2> +<h2 id="stale"><code class="language-plaintext highlighter-rouge">stale</code></h2> <p>This label is automatically added and removed by <a href="https://github.com/jekyllbot" class="user-mention">@jekyllbot</a> based on activity on an issue or pull request. The rules for this label are laid out in <a href="../triaging-an-issue/#staleness-and-automatic-closure">Triaging an Issue: Staleness and automatic closure</a>.</p> -<h2 id="pinned"><code class="highlighter-rouge">pinned</code></h2> +<h2 id="pinned"><code class="language-plaintext highlighter-rouge">pinned</code></h2> -<p>This label is for <a href="https://github.com/jekyllbot" class="user-mention">@jekyllbot</a> to ignore the age of the issue, which means that the <code class="highlighter-rouge">stale</code> label won’t be automatically added, and the issue won’t be closed after a while. This needs to be set manually, and should be set with care. (The <code class="highlighter-rouge">has-pull-request</code> label does the same thing, but shouldn’t be used to <em>only</em> keep an issue open)</p> +<p>This label is for <a href="https://github.com/jekyllbot" class="user-mention">@jekyllbot</a> to ignore the age of the issue, which means that the <code class="language-plaintext highlighter-rouge">stale</code> label won’t be automatically added, and the issue won’t be closed after a while. This needs to be set manually, and should be set with care. (The <code class="language-plaintext highlighter-rouge">has-pull-request</code> label does the same thing, but shouldn’t be used to <em>only</em> keep an issue open)</p> @@ -627,10 +628,10 @@ <footer> <div class="grid"> <div class="unit one-third center-on-mobiles"> - <p>The contents of this website are <br>© 2018 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p> + <p>The contents of this website are <br>© 2020 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p> </div> <div class="unit two-thirds align-right center-on-mobiles"> <p> Proudly hosted by <a href="https://github.com">