Skip to content

Releases: Sonia-corporation/stale

1.42.1

09 Feb 21:28
Compare
Choose a tag to compare

1.42.1 (2022-02-09)

🐛 Bug Fixes

  • annotations: format properly the errors annotations (13bcd6a), closes #422
  • annotations: format properly the warning annotations (469609c), closes #422
  • annotations: remove every existing notice annotations (3c3a2d5), closes #422
    The logs were not static - including some variables - and were broken due to the colours.

1.42.0

08 Feb 00:10
Compare
Choose a tag to compare

1.42.0 (2022-02-08)

📚 Documentation

  • examples: add a multiple-cron jobs example (d57bc19)
  • website: add more tags to existing docs pages (4c92a80)
  • readme: fix broken links to inputs inside the readme (2252af8)

🚀 Features

  • issues: add new input issue-only-any-project-cards (8650e12), closes #312 #412
    This new input allow to only process issues belonging to specific projects.
    You can link your issues to a project card.
    Pass as a multi-line input the names of your projects.
    When this input is set, all issues without a project card will not be processed.
    Note: this is the first input of this genre, but may not be the last based on people needs!

1.41.0

06 Feb 21:23
Compare
Choose a tag to compare

1.41.0 (2022-02-06)

📚 Documentation

  • website: add a changelog page inside the docs (5cdf738), closes #385

1.40.0

05 Feb 19:15
Compare
Choose a tag to compare

1.40.0 (2022-02-05)

📚 Documentation

  • fix: fix wrong configuration examples (98ca681)

1.39.0

05 Feb 17:23
Compare
Choose a tag to compare

1.39.0 (2022-02-05)

🚀 Features

  • prs: add new input pull-request-limit-api-mutations-count (5559871), closes #389
    Before processing each pull request, the workflow will check if the input is enabled.
    If this is the case, the processing may stop if the statistics for mutations are higher than the limit.

1.38.0

05 Feb 15:45
Compare
Choose a tag to compare

1.38.0 (2022-02-05)

🚀 Features

  • issues: add new input issue-limit-api-mutations-count (14b034a), closes #376
    Before processing each issue, the workflow will check if the input is enabled.
    If this is the case, the processing may stop if the statistics for mutations are higher than the limit.

1.37.0

02 Feb 22:09
Compare
Choose a tag to compare

1.37.0 (2022-02-02)

🚀 Features

  • issues: add new input issue-limit-api-queries-count (db5effb), closes #254
    Before processing each issue, the workflow will check if the input is enabled.
    If this is the case, the processing may stop if the statistics for queries are higher than the limit.
  • prs: add new input pull-request-limit-api-queries-count (ee9a293), closes #254
    Before processing each pull request, the workflow will check if the input is enabled.
    If this is the case, the processing may stop if the statistics for queries are higher than the limit.

1.36.0

01 Feb 21:37
Compare
Choose a tag to compare

1.36.0 (2022-02-01)

📚 Documentation

  • website: add a search bar (f32c9dc), closes #325
    Provided by Algolia

1.35.0

31 Jan 23:46
Compare
Choose a tag to compare

1.35.0 (2022-01-31)

📚 Documentation

  • website: add new pages to list the outputs (54f33b0)
  • website: put the issues and prs inputs into an inputs folder (c338ab7)
    This will impact all the URLs to add inputs/ in their names

1.34.0

29 Jan 23:14
Compare
Choose a tag to compare

1.34.0 (2022-01-29)

🐛 Bug Fixes

🚀 Features

  • outputs: add 6 new outputs to expose the api calls (7d85f17)
    Add called-api-issues-count
    Add called-api-issues-queries-count
    Add called-api-issues-mutations-count
    Add called-api-pull-requests-count
    Add called-api-pull-requests-queries-count
    Add called-api-pull-requests-mutations-count
  • stats: add statistics about mutations and queries from the API (3ddd3ca)
  • website: change the color palette (6d483e5)
  • logs: display the total of stats for mutations and queries API calls (86261dd)
    Created a nested view