Skip to content

Releases: Sonia-corporation/stale

1.50.0

20 Feb 17:16
Compare
Choose a tag to compare

1.50.0 (2022-02-20)

🚀 Features

  • milestone: add new input issue-only-any-milestones (8d3fffd), closes #310
    This new input will let you process only the issues that contains one of the specified milestone.

1.49.0

19 Feb 22:16
Compare
Choose a tag to compare

1.49.0 (2022-02-19)

📚 Documentation

  • troubleshooting: add a new page to help troubleshooting (c67dc84)
    Including information about GitHub token missing permissions.
  • api-count: add info block to explain that a negative count disable the inputs (ac54236)
    Using -X for the API queries and mutations count will just disable the feaure.
  • github-token: add information about the required permissions (63fb15b)
    Also explain how the token is used under the hood.
  • troubleshooting: add more tips (975f2d7)
  • cache: add the "Cache" tag for all docs pages related to cache topics (7b401b7)
  • fix: fix 2 typos in the 1.48.0 changelog (4145e7b)

1.48.0

19 Feb 20:50
Compare
Choose a tag to compare

1.48.0 (2022-02-19)

📚 Documentation

  • cache: mention in the docs where and why there is some cache (9ce0445)

🐛 Bug Fixes

  • logs: avoid showing a success log on error while fetching a label (26c07bf), closes #507
    When a label could not be found, a log saying the label was loaded was display.
    It was misleading, and now it's no longer shown on error.

⚡ Performance Improvements

  • cache: cache the fetching of labels to reduce the amount of API calls (9b78d0d), closes #270
    Every request to fetch a single label, like the stale one, will be cached for the whole workflow.
    This may reduce drastically the number of API calls made to GitHub.
    The limits related to your GitHub token will like this.

1.47.0

15 Feb 23:15
Compare
Choose a tag to compare

1.47.0 (2022-02-15)

📚 Documentation

  • workflow-testing: add a section to explain how to enable the actions step debug (c81331d)

🚀 Features

  • logs: add more logs to debug the project card features (ec9d2ce), closes #498
  • logs: log the item data before processing (debug) (2c73a90)
    This will expose the content fetched from GitHub, which can be helpful to debug.

1.46.0

13 Feb 17:05
Compare
Choose a tag to compare

1.46.0 (2022-02-13)

🐛 Bug Fixes

  • logs: hide the sub-statistics when the count is 0 (13e2bb1), closes #477
    It will simply avoid polluting the logs with empty counts.

🚀 Features

1.45.0

13 Feb 00:12
Compare
Choose a tag to compare

1.45.0 (2022-02-13)

📚 Documentation

  • footer: add a link on the footer to get some help (4619a5a), closes #469
  • badge: add a new page to show our badge (93e8f80), closes #456
  • blog: add new entry to explain the change of UI (396c1a3)
  • readme: add the sonia changelog badge (e4d529d)
  • readme: add the sonia stale badge (2ae6eff)
  • ui: change the brand name and the color scheme to follow Sonia style (3ce0536), closes #473
    The Sonia corporation is a big joke, it's not a corporation and is only about open-source stuff.
    But having consistency between the different apps is cool, hence this change.
    I am not fond of the pink colour, but whatever I am just bad regarding the design.

🚀 Features

  • prs: add new input pull-request-only-any-project-cards (ad82fd8), closes #416
    This new input allow to only process prs belonging to specific projects.
    You can link your prs to a project card.
    Pass as a multi-line input the names of your projects.
    When this input is set, all prs without a project card will not be processed.

1.44.0

11 Feb 23:55
Compare
Choose a tag to compare

1.44.0 (2022-02-11)

📚 Documentation

  • add @iainlane as a contributor (aac06f5)
  • add @Sonia-corporation-bot as a contributor (c73b937)
  • readme: add a link to the changelog (ecc7c62), closes #414
  • need-help: add a new page to explain how to get some help (1d148e9), closes #415
  • annotations: add a new page to explain what are the annotations (c37a183), closes #448
    Explain what to expect to find with the notices, warnings and errors.
  • blog: add new blog post to introduce the first inclusive input (f40b60f), closes #458
  • outputs: add tip about annotations (36c7378), closes #447
  • stats: add tip about annotations (3923187)
  • update @C0ZEN as a contributor (578ed8c)

1.43.2

10 Feb 22:18
Compare
Choose a tag to compare

1.43.2 (2022-02-10)

📚 Documentation

  • fix: correctly highlight the examples (c6fe0d0), closes #439

🐛 Bug Fixes

1.43.1

09 Feb 22:52
Compare
Choose a tag to compare

1.43.1 (2022-02-09)

🐛 Bug Fixes

  • logs: properly count the number of processed items within all batches in the logs (8a17a18), closes #431
    Only the first batch was taken into consideration.
    The information was lost during the recursion of batches processing.

1.43.0

09 Feb 22:14
Compare
Choose a tag to compare

1.43.0 (2022-02-09)

🚀 Features

  • annotations: add notice annotations for all outputs greater than 0 (f26f219), closes #429