Conversation
|
@dependabot rebase |
12dd7af to
ed78d51
Compare
|
Damn, on @dependabot's PRs grep exits non-successfully now! This should fix it: --- a/.github/workflows/authors-file.yml
+++ b/.github/workflows/authors-file.yml
@@ -18,3 +18,3 @@ jobs:
run: |
- set -exo pipefail
+ set -x
sort -uo AUTHORS AUTHORS |
|
Please try to avoid removing the error handling for the whole script just because a single command is allowed wo fail with an error. You could also consider using |
|
You're right. A subshell and/or ||true should be also sufficient btw. But I'll leave it up to you.. |
Rather perl, I guess: |
|
I don't immediately see why that should be neccessary.
|
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
937610e to
12dd7af
Compare
|
@dependabot recreate |
|
What was this for? |
12dd7af to
94cac74
Compare
Because I don't know what you did with https://github.com/Icinga/icinga2/compare/937610e270ff4edae6d45d74ee6862c4c2d6f876..12dd7af2c404e07e567e9b91eed0b51ee330ad22 but not rebase! |
TODO
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
94cac74 to
ef63f43
Compare
|
Successfully created backport PR for |

Bumps actions/checkout from 1 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)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 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)