Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump otto-de/purge-deprecated-workflow-runs from 2.1.0 to 2.2.0#55

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 20, 2025
edited
Loading

Bumpsotto-de/purge-deprecated-workflow-runs from 2.1.0 to 2.2.0.

Release notes

Sourced fromotto-de/purge-deprecated-workflow-runs's releases.

v2.2.0

Deprecation notice

This release does not introduce functional changes. It's used to announce deprecations / upcoming breaking changes.

The default value of theremove-obsolete (currentlytrue) will change tofalse in the upcoming major version asbreaking change.If you are using the action to implicitly remove orphaned workflow runs you need to change that to explicit handling (i.e. setremove-obsolete: true within thewith section):

jobs:  purge_orphaned_workflows:    runs-on: ubuntu-latest    steps:-    - uses: otto-de/purge-deprecated-workflow-runs@v2+    - uses: otto-de/purge-deprecated-workflow-runs@v3        with:+         remove-obsolete: true          token: ${{ github.token }}

The action will only be usable by release-versions (e.g.@v2.1). Other ways of referring to the action will stop working.

  • following a branch- uses: otto-de/purge-deprecated-workflow-runs@main
  • pinning to a commit-hash- uses: otto-de/purge-deprecated-workflow-runs@ac16d8811b992d9a7c42c60d1011526ed4fdcff9 ## v2.1.1

What's Changed

Full Changelog:otto-de/purge-deprecated-workflow-runs@v2.1.1...v2.2.0

2.1.1 ⬆️ update dependencies

What's Changed

Full Changelog:otto-de/purge-deprecated-workflow-runs@v2.1.0...v2.1.1

v2.1.1-dev

What's Changed

Full Changelog:otto-de/purge-deprecated-workflow-runs@v2.1.0...v2.1.1-dev

Commits

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 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)

Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'mapproving this pull request because it includes a patch or minor update

@github-actionsGitHub Actions
Copy link

I'm automatically merging this PR because it includes a patch or minor update

@github-actionsgithub-actionsbotenabled auto-merge (squash)January 20, 2025 04:34
@dependabotdependabotbotforce-pushed thedependabot/github_actions/otto-de/purge-deprecated-workflow-runs-2.2.0 branch from6718da1 to39eae84CompareJanuary 20, 2025 04:42
Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'mapproving this pull request because it includes a patch or minor update

@github-actionsGitHub Actions
Copy link

I'm automatically merging this PR because it includes a patch or minor update

@dependabotdependabotbotforce-pushed thedependabot/github_actions/otto-de/purge-deprecated-workflow-runs-2.2.0 branch from39eae84 toddfef24CompareJanuary 20, 2025 04:59
Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'mapproving this pull request because it includes a patch or minor update

@github-actionsGitHub Actions
Copy link

I'm automatically merging this PR because it includes a patch or minor update

Bumps [otto-de/purge-deprecated-workflow-runs](https://github.com/otto-de/purge-deprecated-workflow-runs) from 2.1.0 to 2.2.0.- [Release notes](https://github.com/otto-de/purge-deprecated-workflow-runs/releases)- [Commits](otto-de/purge-deprecated-workflow-runs@444ef39...8643c9c)---updated-dependencies:- dependency-name: otto-de/purge-deprecated-workflow-runs  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/github_actions/otto-de/purge-deprecated-workflow-runs-2.2.0 branch fromddfef24 to38fb46fCompareJanuary 20, 2025 05:27
Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'mapproving this pull request because it includes a patch or minor update

@github-actionsGitHub Actions
Copy link

I'm automatically merging this PR because it includes a patch or minor update

@github-actionsgithub-actionsbot merged commit7ad1fd8 intomasterJan 20, 2025
1 check passed
@github-actionsgithub-actionsbot deleted the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-2.2.0 branchJanuary 20, 2025 05:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@TGWolfTGWolfAwaiting requested review from TGWolfTGWolf is a code owner

Assignees

@TGWolfTGWolf

Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@TGWolf

[8]ページ先頭

©2009-2025 Movatter.jp