Rocket.Chat
Rocket.Chat copied to clipboard
chore(deps): bump actions/stale from 5 to 9
Bumps actions/stale from 5 to 9.
Release notes
Sourced from actions/stale's releases.
v9.0.0
Breaking Changes
- Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
- Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.
What Else Changed
- Performance optimization that removes unnecessary API calls by
@dsame
#1033 fixes #792- Logs displaying current github API rate limit by
@dsame
#1032 addresses #1029For more information, please read the action documentation and its section about statefulness
New Contributors
@jmeridth
made their first contribution in actions/stale#984@nikolai-laevskii
made their first contribution in actions/stale#1020@dusan-trickovic
made their first contribution in actions/stale#1056@aparnajyothi-y
made their first contribution in actions/stale#1110Full Changelog: https://github.com/actions/stale/compare/v8...v9.0.0
v8.0.0
:warning: This version contains breaking changes :warning:
What's Changed
- New option labels-to-remove-when-stale enables users to specify list of comma delimited labels that will be removed when the issue or PR becomes stale by
@panticmilos
actions/stale#770- Skip deleting the branch in the upstream of a forked repo by
@dsame
actions/stale#913- abort the build on the error by
@dsame
in actions/stale#935Breaking Changes
- In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail
Example
name: 'Remove labels when the issue or PR becomes stale' on: schedule: - cron: '30 1 * * *'
permissions: pull-requests: write
jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v8 with: labels-to-remove-when-stale: 'label1,label2'
v7.0.0
... (truncated)
Changelog
Sourced from actions/stale's changelog.
Changelog
[7.0.0]
:warning: Breaking change :warning:
- Allow daysBeforeStale options to be float by
@irega
in actions/stale#841- Use cache in check-dist.yml by
@jongwooo
in actions/stale#876- fix print outputs step in existing workflows by
@irega
in actions/stale#859- Update issue and PR templates, add/delete workflow files by
@IvanZosimov
in actions/stale#880- Update how stale handles exempt items by
@johnsudol
in actions/stale#874[6.0.1]
Update
@actions/core
to v1.10.0 (#839)[6.0.0]
:warning: Breaking change :warning:
Issues/PRs default
close-issue-reason
is nownot_planned
(#789)[5.1.0]
Don't process stale issues right after they're marked stale [Add close-issue-reason option]#764#772 Various dependabot/dependency updates
4.1.0 (2021-07-14)
Features
4.0.0 (2021-07-14)
Features
- options: simplify config by removing skip stale message options (#457) (6ec637d), closes #405 #455
- output: print output parameters (#458) (3e6d35b)
Bug Fixes
- dry-run: forbid mutations in dry-run (#500) (f1017f3), closes #499
- logs: coloured logs (#465) (5fbbfba)
- operations: fail fast the current batch to respect the operations limit (#474) (5f6f311), closes #466
- label comparison: make label comparison case insensitive #517, closes #516
- filtering comments by actor could have strange behavior: "stale" comments are now detected based on if the message is the stale message not who made the comment(#519), fixes #441, #509, #518
Breaking Changes
... (truncated)
Commits
28ca103
Upgrade Node to v20 (#1110)b69b346
build(deps-dev): bump@types/node
from 18.16.18 to 20.5.1 (#1079)88a6f4f
build(deps-dev): bump typescript from 5.1.3 to 5.2.2 (#1083)796531a
Merge pull request #1080 from akv-platform/fix-delete-cache8986f62
Don not try to delete cache if it does not existscab99b3
fix typo proceeded/processed184e7af
Merge pull request #1064 from actions/dependabot/npm_and_yarn/typescript-esli...523885c
chore: update eslint-plugin, parser and eslint-plugin-jest2487a1d
build(deps-dev): bump@typescript-eslint/eslint-plugin
60c722e
Merge pull request #1063 from actions/dependabot/npm_and_yarn/jest-29.6.2- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
⚠️ No Changeset found
Latest commit: ac9e130d4e4d9d5d28050aec471490538ebc0fd7
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.67%. Comparing base (
b078734
) to head (ac9e130
). Report is 603 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #31192 +/- ##
============================================
+ Coverage 49.35% 76.67% +27.32%
============================================
Files 3310 277 -3033
Lines 81343 8966 -72377
Branches 16659 1695 -14964
============================================
- Hits 40149 6875 -33274
+ Misses 36492 1667 -34825
+ Partials 4702 424 -4278
Flag | Coverage Δ | |
---|---|---|
e2e | ? |
|
e2e-api | ? |
|
unit | 76.67% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Looks like this PR is not ready to merge, because of the following issues:
- This PR is missing the 'stat: QA assured' label
- This PR is missing the required milestone or project
Please fix the issues and try again
If you have any trouble, please check the PR guidelines
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.