daeuniverse / softwind

A proxy protocol implementation lib.
GNU Affero General Public License v3.0
17 stars 9 forks source link

ci: add monitor-upstream-releases workflow #8

Closed sumire88 closed 9 months ago

sumire88 commented 9 months ago

Summary

Add a new workflow for monitoring multiple upstream releases.

Reference: https://github.com/git-for-windows/git/issues/4734

Usage: https://github.com/vertexbox/github-seed-actions/blob/master/github/rss-to-issue/README.md

Benefit

We may make use of this workflow to monitor necessary upstream releases. The workflow monitors changes and creates GitHub issues accordingly.

How it works

As described in github-marketplace/rss-to-issue, it is a simple GitHub Composite Action to monitor RSS or atom feed and create GitHub issues if the feed has updated within a custom time frame.

PoC (Proof of Concept)

https://github.com/yqlbu/github-seed-actions/actions/runs/7375859329/job/20067918308

https://github.com/yqlbu/github-seed-actions/issues/1

image

image