Replies: 7 comments
-
|
in my opinion which I am perfectly OK with being overruled is that these are both out of scope and should be encouraged to: - uses: actions/checkout
- uses: user/strip-md-links
with:
path: wiki
- run: git add -A && git commit --amend --no-edit
- uses: Andrew-Chen-Wang/github-wiki-actionor similar |
Beta Was this translation helpful? Give feedback.
-
|
You know I'm just now realizing how much I have just interjected myself forcefully into this project... 🤔 is this upheaval OK with you @Andrew-Chen-Wang or would you like my to pump the brakes a bit? |
Beta Was this translation helpful? Give feedback.
-
|
happy to make you a co maintainer. I'll just add in a review requirement before merging for both of us. appreciate it as work has taken a toll on me which meant less OSS work! |
Beta Was this translation helpful? Give feedback.
-
Should be a flag default True.
Not sure what you mean here.
Not fully opposed to pre-processing actions, but we want to do as much as possible inside the script and give users an option/flag unless it's not possible. Also strive to keep backwards compatibility. |
Beta Was this translation helpful? Give feedback.
-
What I'm talking about is the problem discussed in #8 where a link like Note that the README.md is README.md, not just README as it would be when deployed to the wiki itself.
What I'm getting at here is: which of these do you want? Do we want to offer that feature or do we want it to be a preprocess step done by some other action? - uses: user/strip-md-links@v1
- uses: EndBug/add-and-commit@v9
- uses: Andrew-Chen-Wang/github-wiki-action@v4- uses: Andrew-Chen-Wang/github-wiki-action@v4 |
Beta Was this translation helpful? Give feedback.
-
Awesome ❤ thanks for the vision clarification. Here's some ideas of a list of features to tout on the README:
|
Beta Was this translation helpful? Give feedback.
-
Cool! 👍 I'll try to be somewhat cautious and incremental with my changes and PRs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think we should clarify whether this action should include things like preprocessing links, dealing with uncommitted changes, renaming README.md ➡ Home.md etc.
Open questions
mv wiki/README.md wiki/Home.mdin my workflow?/assign jcbhmr
Originally posted by @jcbhmr in #9 (comment)
@Andrew-Chen-Wang are there any other scope questions that you want addressed/documented/discussed?
Beta Was this translation helpful? Give feedback.
All reactions