Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
bump_packages.yml 3.93 KB

Latest revisions

# Date Author Comment
e4e1ab5b 01/23/2023 01:32 PM Evgeni Golov

ensure discourse posts have an unique title

otherwise flagging them as "solved" will error out with

Started POST "/solution/accept" for 172.17.0.1 at 2023-01-23 13:17:05 +0000
Processing by DiscourseSolved::AnswerController#accept as */*
Parameters: {"id"=>"108249"}...
5477e767 10/26/2022 11:16 AM Evgeni Golov

update our actions

b5ed8f8f 09/05/2022 11:20 AM Ewoud Kohl van Wijngaarden

Only run package bumping on theforeman

Otherwise forks also run the same, which is wasting a lot of resources
and sending failure messages to Discourse.

67adc9a7 08/15/2022 11:06 AM Evgeni Golov

use github not env context to get run details

The `env` context only has access to custom environment variables (aka: those we set ourself), not the ones provided by GH. For those we need to go and poke at the `github` context.

3792fa3e 07/18/2022 06:25 AM Evgeni Golov

send one notification if bumping failed

also correct the link to actually render properly

based on the example in https://docs.github.com/en/actions/learn-github-actions/contexts#example-usage-of-the-needs-context

034d567c 07/17/2022 09:40 AM Evgeni Golov

set non-empty sender address

discourse doesn't like mail w/o from address

98607222 07/15/2022 03:34 PM Eric Helms

Fix SSL error sending failure email

08cad281 06/15/2022 12:52 PM Evgeni Golov

run bump packages workflow once a week

fcb3140f 06/03/2022 01:58 PM Eric Helms

Send email if RPM or Deb package update fails

f4239d25 05/30/2022 11:27 AM Evgeni Golov

only run bump steps if matrix is not empty

need to check for strings (`[]`) as GH does not allow `if a != []`

View revisions

Also available in: Atom