Skip to content
Open
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
22 changes: 10 additions & 12 deletions .github/workflows/News.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ on:
workflow_dispatch:

pull_request:

branches : [ main ]

paths :

- 'News/**'

push:

branches : [ main ]

paths :

- 'News/**'



concurrency:

cancel-in-progress : true
Expand All @@ -36,19 +32,21 @@ jobs :

steps :

- name : Checkout
uses : actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}

- 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
36 changes: 15 additions & 21 deletions News/Overview.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

#
#
# News Articles
# =============
#
#
# Structure:
# ----------
#
#
# - title : <Title>
#
# lines : |
Expand All @@ -17,37 +17,31 @@
#
# Warning:
# --------
#
#
# Lines shouldn't be longer than 40 characters.
#
#######|<-------------------------------------->| Stop Here
#

- title : 🗃 [Backend Feature]
- title : 🎉 Pulsar Updates

lines : |
Allow package authors to transfer
their ownership to another user.

Pulsar v1.101.0-beta is out now!

links :
Backend Feature : https://github.com/orgs/pulsar-edit/projects/2?pane=issue&itemId=17528685
Backend Feature : https://github.com/pulsar-edit/pulsar/releases/tag/v1.101.0-beta


- title : 🔬 Testing2
- title : [Socials]

lines : |
This is a test message!
- title : 🔬 Testing
Join Us on Discord!

links:
Socials: https://discord.gg/7aEbB9dGRT

lines : |
This is a test message!


- title : 🎅 Merry Christmas
- title : 🎅 Merry Christmas! Happy New/Lunar Year!

lines : |
from all of us here at Pulsar edit!
We wish everyone a great new year!

From all of us here at Pulsar, Happy Holidays!
10 changes: 5 additions & 5 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pulsar aims to not only reach feature parity with the original Atom, but to brin

With many new features on the roadmap, once Pulsar is stable, it will be a true, Community-Based, Hackable, Text Editor.

For where to contribute or where our progess is right now there are these as starting points that we recommend:
For where to contribute or where our progress is right now there are these as starting points that we recommend:

* [Frequently Asked Questions](https://github.com/pulsar-edit/.github/blob/main/FAQ.md)
* [Contributing Right Now](https://github.com/pulsar-edit/.github/blob/main/project-birth/CONTRIBUTING-DURING-START.md)
Expand All @@ -37,13 +37,13 @@ For other support feel free to join us here:


<!---------------------------------- 🗞 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 ---------------------------------->


Expand Down