From aeef04bb8a06de553305ca7aa980fe6f91be3e42 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 27 Nov 2023 22:21:01 +0100 Subject: [PATCH] Update README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9d18c8..c854890 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,8 @@ This is a very simplistic bot (`fedora_bot.py`) that periodically runs and checks for new releases of osbuild or osbuild-composer. -If it finds a new release it: - - * merges open pull requests created by Packit - * schedules builds in Koji (to be replaced by Packit) - * updates Bodhi (to be replaced by Packit) +It looks for open pull requests created by Packit. It then checks whether CI has passed and if so, merges the pull request. # Reminder Bot - The reminder bot (`reminder_bot.py`) sends notifications to the team's Slack channel about whose turn it is to be a foreperson. \ No newline at end of file +The reminder bot (`reminder_bot.py`) sends notifications to the team's Slack channel about whose turn it is to be a foreperson. \ No newline at end of file