-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump actions/stale from 8 to 9 #17
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
Conversation
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the Sequence diagram for Stale Action executionsequenceDiagram
participant GitHub Actions Workflow
participant Stale Action v8
participant GitHub API
GitHub Actions Workflow->>Stale Action v8: Executes stale action
Stale Action v8->>GitHub API: Fetches issues and pull requests
GitHub API-->>Stale Action v8: Returns issues and pull requests
Stale Action v8->>Stale Action v8: Determines stale issues/PRs
Stale Action v8->>GitHub API: Posts stale warnings/closes issues
GitHub API-->>Stale Action v8: Returns success/failure
alt After upgrade to v9
participant Stale Action v9
GitHub Actions Workflow->>Stale Action v9: Executes stale action
Stale Action v9->>Stale Action v9: Checks internal state for unprocessed issues
Stale Action v9->>GitHub API: Fetches issues and pull requests (skips processed issues)
GitHub API-->>Stale Action v9: Returns issues and pull requests
Stale Action v9->>Stale Action v9: Determines stale issues/PRs
Stale Action v9->>GitHub API: Posts stale warnings/closes issues
GitHub API-->>Stale Action v9: Returns success/failure
Stale Action v9->>Stale Action v9: Updates internal state
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
|
Superseded by #65. |
Bumps actions/stale from 8 to 9.
Release notes
Sourced from actions/stale's releases.
Changelog
Sourced from actions/stale's changelog.
... (truncated)
Commits
5bef64fbuild(deps): bump@actions/cachefrom 3.2.2 to 4.0.0 (#1194)fa77dfdbuild(deps-dev): bump@types/jestfrom 29.5.11 to 29.5.14 (#1193)f04443dbuild(deps): bump@actions/corefrom 1.10.1 to 1.11.1 (#1191)5c715b0build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (#1175)f691222build(deps): bump actions/publish-action from 0.2.2 to 0.3.0 (#1147)df990c2build(deps): bump actions/checkout from 3 to 4 (#1091)6e472ceMerge pull request #1179 from actions/Jcambass-patch-1d10ba64Merge pull request #1150 from actions/dependabot/npm_and_yarn/undici-5.28.4bbf3da5resolve check failures6a2e61dAdd workflow file for publishing releases to immutable action packageDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Chores: