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
32 changes: 32 additions & 0 deletions .github/.News.yml
Original file line number Diff line number Diff line change
@@ -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

54 changes: 54 additions & 0 deletions .github/workflows/News.yml
Original file line number Diff line number Diff line change
@@ -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
53 changes: 53 additions & 0 deletions News/Overview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

#
# News Articles
# =============
#
# Structure:
# ----------
#
# - title : <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!

21 changes: 21 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link
Member

@confused-Techie confused-Techie Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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>

Just gonna clear this all out to avoid commiting any incorrect messages

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I'm not able to commit just the removal.

If you'd don't mind I'll make a commit against your PR branch to remove it, then merge the changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or it won't quite let me do that either.

Guess I'll just merge it and right away make a PR to merge the proper text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, well by default I turn off commit access for my PRs,
since you already merged it, it doesn't matter anymore but
I can enable it if you need it next time.

Copy link
Member

@Daeraxa Daeraxa Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it has been reverted, have you looked at #118 and #117?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Daeraxa Was reading #117 just now, #118 now as well,
I'll have a look at the problem.


</pre>

<!---------------------------------- 🗞 News ---------------------------------->




<br>