Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/notify_updates.yml

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,24 +96,3 @@ This script retrieves open issues labeled "testing" from the NethServer/nethsecu
- 0 - Success
- 1 - Error when sending the message or missing Mattermost webhook URL
- 2 - Error when loading issues from GitHub

## announce_updates.py

This script is used to announce packages updates released today. The announce is sent to a Mattermost channel via webhook.

### Usage

```bash
export GITHUB_TOKEN=ghoxxx; ./announce_updates.py <Mattermost Webhook URL>
```

### Requirements

- Python 3
- ghexplain library (install via `pip install ghexplain`)

### How It Works

1. Fetches the list of packages updated today from the NethServer/nethserver GitHub repository.
2. Prepares a message listing the updated packages.
3. Sends the prepared message to a Mattermost channel using the provided webhook URL.
74 changes: 0 additions & 74 deletions scripts/announce_updates.py

This file was deleted.