Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mmistakes/minimal-mistakes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.20.1
Choose a base ref
...
head repository: mmistakes/minimal-mistakes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 4, 2020

  1. Copy the full SHA
    5741539 View commit details
  2. Fix entries_layout: grid

    Close #2639
    mmistakes committed Aug 4, 2020
    Copy the full SHA
    d57fe1d View commit details
  3. Copy the full SHA
    5c8b220 View commit details

Commits on Aug 14, 2020

  1. Change "fa" to "fas" for Font Awesome 5 (#2649)

    * main.js: fa -> fas for FA 5
    
    * Update CHANGELOG and history
    iBug authored Aug 14, 2020
    Copy the full SHA
    b714493 View commit details

Commits on Aug 28, 2020

  1. Copy the full SHA
    e0b0448 View commit details

Commits on Aug 31, 2020

  1. Copy the full SHA
    92f94d5 View commit details
  2. Copy the full SHA
    b75f057 View commit details
  3. Copy the full SHA
    24b4585 View commit details
  4. Copy the full SHA
    5b5b3ad View commit details
  5. Copy the full SHA
    7a6060a View commit details
  6. Refactor page meta (#2641)

    * Rename include
    
    * Add grid view test pages
    
    * Rename `.post__meta-sep` and use CSS to add line break
    
    * Improve collection grid archive
    
    * Improve page grid archive
    
    * Enable `grid`
    
    * Don't show date icon if there is no `date` value
    
    * Add blank line at EOF
    
    * Add space
    
    * Wrap date and reading time in named `span` elements
    mmistakes authored Aug 31, 2020
    Copy the full SHA
    c6f1052 View commit details
  7. Copy the full SHA
    8cb95a7 View commit details
  8. Bump copyright year

    mmistakes committed Aug 31, 2020
    Copy the full SHA
    2fcb13a View commit details
  9. Fix typo

    Close #2678
    mmistakes committed Aug 31, 2020
    Copy the full SHA
    e21035e View commit details
  10. Fix broken link in documentation

    Close #2677
    mmistakes committed Aug 31, 2020
    Copy the full SHA
    8bec01b View commit details

Commits on Sep 7, 2020

  1. Release 4.20.2 💎

    mmistakes committed Sep 7, 2020
    5
    Copy the full SHA
    526445b View commit details
  2. Bump theme version

    mmistakes committed Sep 7, 2020
    Copy the full SHA
    ab19c77 View commit details

Commits on Sep 10, 2020

  1. merging into master

    mprytoluk committed Sep 10, 2020
    Copy the full SHA
    bdc8ac0 View commit details

Commits on Sep 20, 2020

  1. Copy the full SHA
    99a77e4 View commit details

Commits on Sep 21, 2020

  1. Fix dead link to "CI services" Jekyll (#2692)

    * Fix #2635
    
    * Update CHANGELOG and history
    iBug authored Sep 21, 2020
    Copy the full SHA
    d644441 View commit details

Commits on Oct 23, 2020

  1. Update README.md

    mmistakes authored Oct 23, 2020
    Copy the full SHA
    052f3f7 View commit details
  2. Update CONTRIBUTING.md

    mmistakes authored Oct 23, 2020
    Copy the full SHA
    187752b View commit details

Commits on Oct 28, 2020

  1. Update stale.yml

    mmistakes authored Oct 28, 2020
    Copy the full SHA
    50bd68e View commit details
  2. Fix closing tag of figures without captions in lists (#2697)

    When the figure helper is used in a list, which can be either ordered or
    unordered, and no caption is specified, a line with text "</figure>"
    will be shown below the figure on the rendered page.
    
    This is because, if the '{% if include.caption %}' evaluates to false,
    the lines between that 'if' statement and '{% endif %}' will be emptied,
    not removed, so the block will be filled by empty lines.
    
    HTML ignores redundant empty lines, but Markdown takes them seriously.
    In addition, Markdown expects proper indentation of lines inside lists,
    and the closing '</figure>' tag is not indented.  When combined, the
    empty space and absence of indentation cause Markdown to process the
    '</figure>' tag as a separate paragraph instead of an HTML tag, thus the
    text for the tag is directly rendered on the page.
    
    The fix for this issue is very simple: remove the empty space when
    'include.caption' is false.  As described in
    <https://shopify.github.io/liquid/basics/whitespace/>, this can be done
    by adding hyphens to the 'if' and 'endif' tags.
    Leo3418 authored Oct 28, 2020
    Copy the full SHA
    c2c05b9 View commit details
  3. Copy the full SHA
    4488d4c View commit details
  4. Merge pull request #2700 from iBug:update-toc

    Update allejo/jekyll-toc to v1.0.14
    mmistakes authored Oct 28, 2020
    Copy the full SHA
    11524f1 View commit details
  5. Copy the full SHA
    f75d8e5 View commit details
  6. Norwegian translation (#2702)

    Kai A authored Oct 28, 2020
    Copy the full SHA
    b69acb6 View commit details
  7. Copy the full SHA
    c70990a View commit details
  8. Merge pull request #2674 from migupry:master

    Greedy-nav fix
    mmistakes authored Oct 28, 2020
    Copy the full SHA
    95f3f0a View commit details
  9. Copy the full SHA
    10a4cb1 View commit details

Commits on Oct 29, 2020

  1. Copy the full SHA
    f98d7de View commit details

Commits on Oct 30, 2020

  1. Copy the full SHA
    7e3a7c1 View commit details

Commits on Nov 1, 2020

  1. Copy the full SHA
    efe9f3b View commit details
  2. Copy the full SHA
    a5aeef3 View commit details

Commits on Nov 2, 2020

  1. Merge pull request #2722 from quanengineering:patch-1

    Update ui-text.yml for Vietnamese
    mmistakes authored Nov 2, 2020
    Copy the full SHA
    caa21ef View commit details
  2. Copy the full SHA
    0c9553d View commit details
  3. Merge pull request #2718 from iBug:typo-fix

    Fix a small typo in documentation
    mmistakes authored Nov 2, 2020
    Copy the full SHA
    0c8cb15 View commit details
  4. Merge pull request #2725 from akhyarrh:add-id-translation

    Indonesian translation
    mmistakes authored Nov 2, 2020
    Copy the full SHA
    2a6d2bd View commit details
  5. Copy the full SHA
    de2cf56 View commit details
  6. Copy the full SHA
    8d162a7 View commit details
  7. Update jQuery to 3.5.1 (#2713)

    * Update jQuery to 3.5.1
    
    Closes #2712
    
    * Build NodeJS
    
    Run using `npm run build:js`
    magneticflux- authored Nov 2, 2020
    Copy the full SHA
    133dffe View commit details
  8. Copy the full SHA
    d993845 View commit details
  9. Release 4.21.0 💎

    mmistakes committed Nov 2, 2020
    Copy the full SHA
    144cfee View commit details
  10. Copy the full SHA
    b24f69a View commit details
  11. Fix heading level

    mmistakes committed Nov 2, 2020
    Copy the full SHA
    010825d View commit details
  12. Copy the full SHA
    d1dd942 View commit details

Commits on Nov 9, 2020

  1. Update remote theme instructions

    * jekyll-install-cache gem should be added to Gemfile
    susanstevens committed Nov 9, 2020
    Copy the full SHA
    899050c View commit details

Commits on Nov 14, 2020

  1. Merge pull request #2734 from susanstevens:jekyll-include-cache

    Update remote theme instructions
    mmistakes authored Nov 14, 2020
    Copy the full SHA
    64dc575 View commit details
  2. Copy the full SHA
    d591b2b View commit details
Showing with 4,781 additions and 3,265 deletions.
  1. +9 −5 .gitattributes
  2. +3 −6 .github/CONTRIBUTING.md
  3. +0 −1 .github/FUNDING.yml
  4. +0 −68 .github/ISSUE_TEMPLATE/bug_report.md
  5. +94 −0 .github/ISSUE_TEMPLATE/bug_report.yml
  6. +5 −0 .github/ISSUE_TEMPLATE/config.yml
  7. +0 −16 .github/ISSUE_TEMPLATE/documentation.md
  8. +25 −0 .github/ISSUE_TEMPLATE/documentation.yml
  9. +0 −32 .github/ISSUE_TEMPLATE/feature_request.md
  10. +0 −22 .github/ISSUE_TEMPLATE/support.md
  11. +5 −1 .github/PULL_REQUEST_TEMPLATE.md
  12. +0 −21 .github/stale.yml
  13. +35 −0 .github/workflows/bad-pr.yml
  14. +47 −0 .github/workflows/build.yml
  15. +3 −0 .gitignore
  16. +501 −242 CHANGELOG.md
  17. +1 −1 Gemfile
  18. +1 −1 LICENSE
  19. +40 −24 README.md
  20. +133 −2 Rakefile
  21. +49 −5 _config.yml
  22. +458 −72 _data/ui-text.yml
  23. 0 _includes/after-content.html
  24. +3 −3 _includes/archive-single.html
  25. +1 −1 _includes/author-profile-custom-links.html
  26. +36 −42 _includes/author-profile.html
  27. 0 _includes/before-related.html
  28. +4 −3 _includes/breadcrumbs.html
  29. +0 −3 _includes/browser-upgrade.html
  30. +3 −10 _includes/category-list.html
  31. +34 −0 _includes/comments-providers/giscus.html
  32. +2 −0 _includes/comments-providers/scripts.html
  33. +1 −0 _includes/comments-providers/utterances.html
  34. +34 −13 _includes/comments.html
  35. +6 −0 _includes/copyright.html
  36. +6 −0 _includes/copyright.js
  37. +8 −16 _includes/documents-collection.html
  38. +5 −3 _includes/figure
  39. +4 −2 _includes/footer.html
  40. +9 −18 _includes/head.html
  41. +7 −5 _includes/masthead.html
  42. +18 −17 _includes/nav_list
  43. +4 −3 _includes/page__date.html
  44. +8 −6 _includes/page__hero.html
  45. +31 −0 _includes/page__meta.html
  46. +11 −0 _includes/page__related.html
  47. +70 −0 _includes/paginator-v1.html
  48. +68 −0 _includes/paginator-v2.html
  49. +5 −67 _includes/paginator.html
  50. +0 −35 _includes/post__meta.html
  51. +3 −3 _includes/post_pagination.html
  52. +3 −4 _includes/posts-category.html
  53. +3 −4 _includes/posts-tag.html
  54. +37 −0 _includes/posts-taxonomy.html
  55. +16 −0 _includes/schema.html
  56. +72 −51 _includes/search/algolia-search-scripts.html
  57. +2 −2 _includes/search/search_form.html
  58. +24 −42 _includes/seo.html
  59. +0 −1 _includes/skip-links.html
  60. +2 −4 _includes/social-share.html
  61. +3 −10 _includes/tag-list.html
  62. +134 −41 _includes/toc.html
  63. +1 −1 _includes/video
  64. +1 −1 _layouts/archive-taxonomy.html
  65. +2 −2 _layouts/archive.html
  66. +1 −36 _layouts/categories.html
  67. +3 −2 _layouts/category.html
  68. +3 −2 _layouts/collection.html
  69. +4 −10 _layouts/default.html
  70. +1 −3 _layouts/home.html
  71. +3 −2 _layouts/posts.html
  72. +3 −3 _layouts/search.html
  73. +25 −27 _layouts/single.html
  74. +1 −1 _layouts/splash.html
  75. +3 −2 _layouts/tag.html
  76. +1 −36 _layouts/tags.html
  77. +2 −5 _sass/minimal-mistakes.scss
  78. +59 −83 _sass/minimal-mistakes/_archive.scss
  79. +6 −24 _sass/minimal-mistakes/_base.scss
  80. +5 −4 _sass/minimal-mistakes/_buttons.scss
  81. +6 −0 _sass/minimal-mistakes/_copyright.scss
  82. +6 −9 _sass/minimal-mistakes/_footer.scss
  83. +20 −65 _sass/minimal-mistakes/_forms.scss
  84. +6 −8 _sass/minimal-mistakes/_masthead.scss
  85. +44 −39 _sass/minimal-mistakes/_navigation.scss
  86. +9 −5 _sass/minimal-mistakes/_notices.scss
  87. +48 −46 _sass/minimal-mistakes/_page.scss
  88. +5 −8 _sass/minimal-mistakes/_reset.scss
  89. +3 −6 _sass/minimal-mistakes/_search.scss
  90. +30 −28 _sass/minimal-mistakes/_sidebar.scss
  91. +10 −5 _sass/minimal-mistakes/_syntax.scss
  92. +2 −2 _sass/minimal-mistakes/_tables.scss
  93. +122 −147 _sass/minimal-mistakes/_utilities.scss
  94. +8 −1 _sass/minimal-mistakes/_variables.scss
  95. +5 −1 _sass/minimal-mistakes/skins/_aqua.scss
  96. +3 −2 _sass/minimal-mistakes/skins/_contrast.scss
  97. +4 −2 _sass/minimal-mistakes/skins/_dark.scss
  98. +1 −0 _sass/minimal-mistakes/skins/_mint.scss
  99. +7 −1 _sass/minimal-mistakes/skins/_neon.scss
  100. +7 −1 _sass/minimal-mistakes/skins/_plum.scss
  101. +7 −2 _sass/minimal-mistakes/skins/_sunrise.scss
  102. +2 −1 assets/css/main.scss
  103. +145 −47 assets/js/_main.js
  104. +38 −3 assets/js/lunr/lunr-store.js
  105. +67 −76 assets/js/lunr/lunr.js
  106. +6 −1 assets/js/lunr/lunr.min.js
  107. +5 −7 assets/js/main.min.js
  108. +1 −0 assets/js/main.min.js.map
  109. +75 −17 assets/js/plugins/jquery.greedy-navigation.js
  110. +849 −566 assets/js/vendor/jquery/{jquery-3.4.1.js → jquery-3.6.0.js}
  111. +0 −19 banner.js
  112. +2 −0 docs/Gemfile
  113. +5 −0 docs/Rakefile
  114. +3 −1 docs/_config.dev.yml
  115. +13 −3 docs/_config.yml
  116. +2 −0 docs/_data/navigation.yml
  117. +3 −0 docs/_data/theme.yml
  118. +8 −4 docs/_docs/01-quick-start-guide.md
  119. +5 −3 docs/_docs/02-structure.md
  120. +1 −0 docs/_docs/03-installation.md
  121. +11 −14 docs/_docs/04-upgrading.md
  122. +253 −114 docs/_docs/05-configuration.md
  123. +1 −0 docs/_docs/07-navigation.md
  124. +7 −1 docs/_docs/08-ui-text.md
  125. +120 −19 docs/_docs/10-layouts.md
  126. +35 −7 docs/_docs/14-helpers.md
  127. +12 −12 docs/_docs/16-stylesheets.md
  128. +18 −2 docs/_docs/17-javascript.md
  129. +291 −35 docs/_docs/18-history.md
  130. +1 −2 docs/_docs/20-docs-2-2.md
  131. +18 −0 docs/_docs/22-faq.md
  132. +8 −0 docs/_includes/after-content.html
  133. +1 −0 docs/_includes/before-related.html
  134. +11 −0 docs/_includes/comments-providers/scripts.html
  135. +0 −53 docs/_layouts/default.html
  136. +1 −8 docs/_pages/404.md
  137. +3 −3 docs/_pages/about.md
  138. +1 −1 docs/_pages/home.md
  139. +3 −4 docs/_pages/page-archive.html
  140. +48 −0 docs/_posts/2009-10-06-edge-case-broken-highlighting.md
  141. +1 −1 docs/_posts/2010-06-02-post-video-youtube.md
  142. +3 −2 docs/_posts/2012-03-15-layout-sidebar-custom.md
  143. +5 −5 docs/_posts/2017-01-23-layout-header-video.md
  144. BIN docs/assets/images/350x250.png
  145. BIN docs/assets/images/mm-header-overlay-custom-filter.jpg
  146. +5 −3 minimal-mistakes-jekyll.gemspec
  147. +20 −649 package-lock.json
  148. +4 −11 package.json
  149. +1 −1 staticman.yml
  150. +2 −1 test/Gemfile
  151. +10 −1 test/_config.yml
  152. +1 −9 test/_pages/404.md
  153. +7 −0 test/_pages/category-archive-grid.md
  154. +28 −0 test/_pages/collection-archive-grid.html
  155. +2 −2 test/_pages/collection-archive.html
  156. +9 −0 test/_pages/edge-case-grid.md
  157. +9 −0 test/_pages/markup-grid.md
  158. +16 −0 test/_pages/page-archive-grid.html
  159. +1 −1 test/_pages/page-archive.html
  160. +7 −0 test/_pages/tag-archive-grid.md
  161. +7 −0 test/_pages/year-archive-grid.md
  162. +1 −1 test/_posts/2010-06-02-post-video-youtube.md
  163. +1 −0 test/_posts/2013-01-11-markup-html-tags-and-formatting.md
  164. +5 −5 test/_posts/2017-01-23-layout-header-video.md
14 changes: 9 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
assets/fonts/* linguist-vendored
assets/js/main.min.js linguist-vendored
assets/js/lunr/* linguist-vendored
assets/js/plugins/* linguist-vendored
assets/js/vendor/* linguist-vendored
assets/fonts/* linguist-vendored
assets/js/main.min.js linguist-vendored
assets/js/lunr/* linguist-vendored
assets/js/plugins/* linguist-vendored
assets/js/vendor/* linguist-vendored
_sass/minimal-mistakes/vendor/* linguist-vendored
CHANGELOG.md text merge=union
docs/_docs/18-history.md text merge=union

*.md text
9 changes: 3 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Contributing

Having trouble working with the theme? Found a typo in the documentation?
Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)?
Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new)
or [pull request](https://help.github.com/articles/using-pull-requests/).
If this is your first pull request, it may be helpful to read up on the
[GitHub Flow](https://guides.github.com/introduction/flow/) first.
Found a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.

For help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).

Minimal Mistakes has been designed as a base for you to customize and fit your
site's unique needs. Please keep this in mind when requesting features and/or
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

94 changes: 94 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
name: Bug Report
description: There is something wrong with the theme. 99% of the time you should select Support below.
body:
- type: markdown
attributes:
value: |
Before opening a new issue please:
- Verify you have the latest versions of Jekyll and Minimal Mistakes
installed by running `bundle update`.
- Thoroughly read the theme's documentation at
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- Search all issues at https://github.com/mmistakes/minimal-mistakes/issues
for solutions and to avoid duplication.
- Ask for help at https://talk.jekyllrb.com/
If none of the above solved your problem, you can continue below.
- type: textarea
id: environment
attributes:
label: Theme version and system environment
description: |
Please include theme version, Jekyll version, public git repository, whether
you are hosting with GitHub Pages, and the operating system you tested with.
Issues without a link to a public repository or ZIP file will likely go ignored.
Being able to see your actual files is necessary to troubleshoot, as most
issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml
file, or problematic site content.
value: |-
- Minimal Mistakes version:
- Ruby gem or remote theme version:
- Jekyll version:
- Git repository URL:
- URL to the page with the problem:
- Operating system:
- Browser version:
validations:
required: true

- type: textarea
id: what-happened
attributes:
label: What happened?
description: |
Describe the problem **in detail**. For example:
- What is missing?
- What error do you see? Attach the error log if available.
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: |
Please describe the expected behavior and the actual result you got.
placeholder: >
What is it you expected to happen? This should be a description of how the
functionality you tried to use is supposed to work.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce the behavior
description: |
Describe the steps you took for this problem to come up. Such as: you installed
the theme, customized _config.yml, added your own posts, and started up a
Jekyll server locally.
If an error occurred on GitHub Pages when pushing, please test a local version
following these setup instructions:
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
Then provide a complete log by running `bundle exec jekyll build --trace --verbose`
and include this output in the filed issue.
Screenshots can also be included if they help illustrate a behavior.
validations:
required: true

- type: textarea
id: other
attributes:
label: Other
description: |
Please provide a code repository, gist, code snippet, sample files,
screenshots, or anything else you think will aid in reproducing the issue.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support
url: https://github.com/mmistakes/minimal-mistakes/discussions
about: Please post your support questions in the Discussions section.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Documentation
description: Found a typo or something that needs clarification?
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to open an issue and help make the docs better.
- type: textarea
id: motivation
attributes:
label: Motivation
description: |
Why should we update our docs?
validations:
required: true

- type: textarea
id: suggestion
attributes:
label: Suggestion
description: |
What should we do instead?
validations:
required: true
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/support.md

This file was deleted.

6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -23,4 +23,8 @@

<!--
Is this related to any GitHub issue(s)?
-->
-->

<!--
Please confirm that you want to submit this Pull Request to Minimal Mistakes, the free Jekyll theme by Michael Rose, by deleting this comment block.
-->
21 changes: 0 additions & 21 deletions .github/stale.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/workflows/bad-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Cleanup bad PR

on:
pull_request_target:
types: [opened, reopened]

permissions:
contents: read

jobs:
close-pr:
permissions:
pull-requests: write
runs-on: ubuntu-latest
if: "contains(github.event.pull_request.body, 'by deleting this comment block') || github.event.pull_request.body == ''"
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Type: Invalid'
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'Type: Spam'
- uses: superbrothers/close-pull-request@v3
with:
# Optional. Post an issue comment just before closing a pull request.
comment: |
**You have created a Pull Request to the wrong repository.** This is the repository for [Minimal Mistakes][1], the free Jekyll theme. See [GitHub Docs: About pull requests][2] if you need help.
[1]: https://mmistakes.github.io/minimal-mistakes/
[2]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
- uses: sudo-bot/action-pull-request-lock@v1.0.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.pull_request.number }}
lock-reason: spam
Loading