1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00

13 Commits

Author SHA1 Message Date
Paul Holzinger
a4b363de73
.github: check_cirrus_cron work around github bug
So I wondered why our email workflow only reported things for podman...

It seems the secrets: inherit is broken and no longer working, I see all
jobs on all repos failing with:

Error when evaluating 'secrets'. .github/workflows/check_cirrus_cron.yml (Line: 19, Col: 11): Secret SECRET_CIRRUS_API_KEY is required, but not provided while calling.

This makes no sense to me I doubled checked the names, nothing change
don our side and it is consitent for all projects. Interestingly this
same thing passed on March 10 and 11 (on all repos) but failed before
and after this as well.

Per[1] we are not alone, anyway let's try to get this working again even
if it means more duplication.

[1] https://github.com/actions/runner/issues/2709

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-04-11 12:33:20 +02:00
Paul Holzinger
37150b42ad
.github: remove cirrus rerun action
The linked action has been removed in podman [1] and such it will always
fail.

[1] 130bb21612

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-04-10 19:29:11 +02:00
renovate[bot]
39bbbd66c8
[skip-ci] Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 04:01:07 +00:00
Yaroslav Halchenko
498178b59a [DATALAD RUNCMD] run codespell throughout but ignore fail
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
2023-12-08 16:20:31 -05:00
Yaroslav Halchenko
4f2caccbe9 Add github action to codespell main on push and PRs
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
2023-12-08 16:20:31 -05:00
Chris Evich
7884e7bf58
[CI:DOCS] Add cirrus-cron retry/monitor jobs
Signed-off-by: Chris Evich <cevich@redhat.com>
2023-08-07 13:55:40 -04:00
Chris Evich
752e82e6b1
Disable dependabot
Ref: https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates

Disabling it via the WebUI isn't good enough, the configuration file
must also be absent.

Signed-off-by: Chris Evich <cevich@redhat.com>
2023-02-08 14:36:50 -05:00
Chris Evich
b8e33a111b
Renovate: Override global no-rebase option
The `behind-base-branch` setting means:

    Renovate will rebase whenever the branch falls 1 or more
    commit behind its base branch

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-11-07 15:24:54 -05:00
Chris Evich
9ea3cb89aa
Move boiler-plate golang config to automation repo
This saves having to repeat the same options over and over in every
repo.

Ref:
56579d1750

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-10-18 15:07:02 -04:00
Chris Evich
7f68b9d4ec
Update renovate config. comment
Discovered the golang-version update behavior is recent and up for some
debate.  Reference open issue on the topic in case the config. needs to
be corrected in the future due to a fix.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-10-17 15:13:18 -04:00
Chris Evich
1b49641793
[skip-ci] Renovate: Label renovate PRs & use preset
Updating dependencies is important, make PRs standout from the crowd so
humans can spot (or search for) them easily.  Do this by making use of
the `containers/automation` config. preset to establish the new label
among other common settings.  Also, pretty up the JSON5 with some
whitespace to make a a bit easier to read.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-10-12 14:33:45 -04:00
renovate[bot]
734bdc017b
Renovate: Initial configuration + readme
Signed-off-by: Chris Evich <cevich@redhat.com>
2022-10-11 16:11:42 -04:00
dependabot-preview[bot]
4880336931
Upgrade to GitHub-native Dependabot
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-01 07:18:32 -04:00