Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/stale from 1 to 4.1.0 #53

Merged
merged 1 commit into from Dec 28, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2021

Bumps actions/stale from 1 to 4.1.0.

Release notes

Sourced from actions/stale's releases.

v4.1.0

Features

v4.0.0

⚠️ This version contains breaking changes ⚠️

Features

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

  • The options skip-stale-issue-message and skip-stale-pr-message were removed. Instead, setting the options stale-issue-message and stale-pr-message will be enough to let the stale workflow add a comment. If the options are unset, a comment will not be added which was the equivalent of setting skip-stale-issue-message to true.
  • The operations-per-run option will be more effective. After migrating, you could face a failed-fast process workflow if you let the default value (30) or set it to a small number. In that case, you will see a warning at the end of the logs (if enabled) indicating that the workflow was stopped sooner to avoid consuming too much API calls. In most cases, you can just increase this limit to make sure to process everything in a single run.

v3.0.19

  • Enhance logs to provide more detailed output
  • Split certain options to be more granular for Pull Requests vs Issues:
    • any-of-issue-labels
    • any-of-pr-labels
    • remove-issue-stale-when-updated
    • remove-pr-stale-when-updated
  • Dependency updates

v3.0.18

  • Add any-of-labels option
  • Add only-issue-labels, only-pr-labels
  • Clean up, testing and dependency version bumps

v3.0.17

  • Bug fixes, refactoring and milestone exemption

v3.0.16

  • Minor bugfixes and logging improvements

v3.0.15

  • Add milestone exemption
  • Add start date filtering

... (truncated)

Changelog

Sourced from actions/stale's changelog.

Commits
  • 7fb802b Bump release to 4.1.0
  • 54197c7 Merge pull request #602 from actions/revert-breaking-change
  • 3a971ae Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options"
  • fc4a5ff Merge pull request #595 from actions/dependabot/npm_and_yarn/types/jest-27.0.2
  • db699ab Merge pull request #586 from C0ZEN/feature/split-pr-and-issue-options
  • f8e08de build(deps-dev): bump @​types/jest from 27.0.1 to 27.0.2
  • b83d488 Update dependencies (#592)
  • 1ff6cd7 build(deps): bump tmpl from 1.0.4 to 1.0.5 (#575)
  • 86fed0e build(deps-dev): bump jest-silent-reporter from 0.4.0 to 0.5.0 (#573)
  • 6700440 docs(readme): split the options between common, issues and prs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [actions/stale](https://github.com/actions/stale) from 1 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v1...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 28, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1631677457

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.756%

Totals Coverage Status
Change from base Build 1631677075: 0.0%
Covered Lines: 208
Relevant Lines: 217

💛 - Coveralls

@coveralls
Copy link

coveralls commented Dec 28, 2021

Pull Request Test Coverage Report for Build 1631677457

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.756%

Totals Coverage Status
Change from base Build 1631677075: 0.0%
Covered Lines: 208
Relevant Lines: 217

💛 - Coveralls

@mrcgrtz mrcgrtz merged commit 34a3491 into main Dec 28, 2021
@mrcgrtz mrcgrtz deleted the dependabot/github_actions/actions/stale-4.1.0 branch December 28, 2021 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants