Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  workflows
PULL_REQUEST_TEMPLATE.md 1.13 KB
dependabot.yml 163 Bytes

Latest revisions

# Date Author Comment
64f5c0b0 05/17/2023 10:59 AM Evgeni Golov

don't install recommends when installing packages

Right now, this saves only two tiny packages (git-remote-gcrypt, nocache),
but makes the execution more future proof if any of the packages get
recommends added that we do not need.

74609bcc 04/06/2023 10:23 AM dependabot[bot]

Bump peter-evans/create-pull-request from 4 to 5

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)...

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

45a7dcf6 10/26/2022 11:16 AM Evgeni Golov

add dependabot config to update our actions automatically

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

View revisions

Also available in: Atom