-
Notifications
You must be signed in to change notification settings - Fork 6
News Section #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
News Section #108
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9d01365
Added editorconfig
ElectronicsArchiver ec827b2
Implemented News Updater
ElectronicsArchiver 05ac5a8
Added Updater Workflow
ElectronicsArchiver b27797b
Added Example News
ElectronicsArchiver ef504d1
Fixed Workflow
ElectronicsArchiver 8d7a21b
Updated News Section
ElectronicsArchiver 4ba3a21
Made Workflow Watch News.yaml
ElectronicsArchiver 567a431
Merge branch 'main' of https://github.com/ElectronicsArchiver/.github
ElectronicsArchiver bdcd126
Merge branch 'pulsar-edit:main' into main
ElectronicsArchiver 67688ed
Merge branch 'pulsar-edit:main' into main
ElectronicsArchiver 3f661d8
Replaced With News-Section Action
ElectronicsArchiver 24fc76b
Delete .editorconfig
ElectronicsArchiver 9b2f93b
Workflow Test
ElectronicsArchiver 6bd3310
Updated News Section
ElectronicsArchiver 66cbfba
Fixed Example
ElectronicsArchiver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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! | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just gonna clear this all out to avoid commiting any incorrect messages
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.