diff --git a/.github/.News.yml b/.github/.News.yml new file mode 100644 index 0000000..29d695d --- /dev/null +++ b/.github/.News.yml @@ -0,0 +1,32 @@ +# # +# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # +# ┃ ┃ # +# ┃ MarkedDown/News ┃ # +# ┃ Action Settings ┃ # +# ┃ ┃ # +# ┃ 🗞 News sections generated from your input. ┃ # +# ┃ ┃ # +# ┃ https://github.com/MarkedDown/News ┃ # +# ┃ ┃ # +# ┃ ┃ # +# ┃ Configuration ┃ # +# ┠────────────────────────────────────────────────────────────────────────┨ # +# ┃ ┃ # +# ┃ A configuration describes from where data ┃ # +# ┃ should be loaded and where to inject it. ┃ # +# ┃ ┃ # +# ┃ ┃ # +# ┃ Example ┃ # +# ┠────────────────────────────────────────────────────────────────────────┨ # +# ┃ ┃ # +# ┃ - Inject : Example/README.md ┃ # +# ┃ Input : Example/News.yaml ┃ # +# ┃ ┃ # +# ┃ ┃ # +# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # +# # + + +- Inject : profile/README.md + Input : News/Overview.yaml + diff --git a/.github/workflows/News.yml b/.github/workflows/News.yml new file mode 100644 index 0000000..a571665 --- /dev/null +++ b/.github/workflows/News.yml @@ -0,0 +1,54 @@ + +name : Update News Section + +on: + + workflow_dispatch: + + pull_request: + + branches : [ main ] + + paths : + + - 'News/**' + + push: + + branches : [ main ] + + paths : + + - 'News/**' + + + +concurrency: + + cancel-in-progress : true + group : news + + +jobs : + Build : + + runs-on : ubuntu-latest + + steps : + + - name : Checkout + uses : actions/checkout@v3 + + - name : Run News Builder + uses : MarkedDown/News@1.0.0 + with : + + config : .github/.News.yml + + - name : Commit Changes + uses : EndBug/add-and-commit@v9 + with : + + default_author : github_actor + message : Updated News Section + add : profile/README.md diff --git a/News/Overview.yaml b/News/Overview.yaml new file mode 100644 index 0000000..1379a50 --- /dev/null +++ b/News/Overview.yaml @@ -0,0 +1,53 @@ + +# +# News Articles +# ============= +# +# Structure: +# ---------- +# +# - title : +# +# lines : | +# <Line> +# <Line> +# +# links : +# <Link Name> : <Url> +# +# Warning: +# -------- +# +# Lines shouldn't be longer than 40 characters. +# +#######|<-------------------------------------->| Stop Here +# + +- title : 🗃 [Backend Feature] + + lines : | + Allow package authors to transfer + their ownership to another user. + + links : + Backend Feature : https://github.com/orgs/pulsar-edit/projects/2?pane=issue&itemId=17528685 + + +- title : 🔬 Testing2 + + lines : | + This is a test message! + + +- title : 🔬 Testing + + lines : | + This is a test message! + + +- title : 🎅 Merry Christmas + + lines : | + from all of us here at Pulsar edit! + We wish everyone a great new year! + diff --git a/profile/README.md b/profile/README.md index 25bce9b..62bf0ca 100644 --- a/profile/README.md +++ b/profile/README.md @@ -29,3 +29,24 @@ For other support feel free to join us here: - [Discord Server](https://discord.gg/7aEbB9dGRT) - [Reddit](https://www.reddit.com/r/pulsaredit/) - [Mastodon](https://fosstodon.org/@pulsaredit) + + +<br> +<br> + + + +<!---------------------------------- 🗞 News ----------------------------------> + +<pre align = center> + +<kbd align = left> <br>   <b>🗃 <a href = 'https://github.com/orgs/pulsar-edit/projects/2?pane=issue&itemId=17528685'>Backend Feature</a></b><br>   <br>   Allow package authors to transfer<br>   their ownership to another user.<br>   <br>                                                                                </kbd>     <kbd align = left> <br>   <b>🔬 Testing2</b><br>   <br>   This is a test message!<br>   <br>                                                                                </kbd><br><br><kbd align = left> <br>   <b>🔬 Testing</b><br>   <br>   This is a test message!<br>   <br>                                                                                </kbd>     <kbd align = left> <br>   <b>🎅 Merry Christmas</b><br>   <br>   from all of us here at Pulsar edit!<br>   We wish everyone a great new year!<br>   <br>                                                                                </kbd> + +</pre> + +<!---------------------------------- 🗞 News ----------------------------------> + + + + +<br>