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 :
+ ++ + + + + + +
🗃 Backend Feature
Allow package authors to transfer
their ownership to another user.
🔬 Testing2
This is a test message!
🔬 Testing
This is a test message!
🎅 Merry Christmas
from all of us here at Pulsar edit!
We wish everyone a great new year!
+ +