-
Notifications
You must be signed in to change notification settings - Fork 180
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
docs: automatic updating using github actions #1456
Conversation
ab84702
to
bbc482e
Compare
bbc482e
to
1342ea0
Compare
Amazing @pavelzw, I think adding it here would be great, give me that dogfood! I'm moving it into draft untill its ready, to keep a clear overview. |
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.
this currently results in the CI not being triggered when the PR is opened: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
a workaround for this is to just close and re-open the PR.
otherwise we would need to add PATs, a GitHub App or an SSH deploy key for this to work
I think the close and reopen method is the easiest for this repo, especially when the PR is only coming around once a month
With pixi-diff-to-markdown 0.2.1, this should be ready to go https://github.com/pavelzw/pixi-diff-to-markdown/releases/tag/v0.2.1
|
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.
you need to do this in your repo as well
depends on #1446
i'm still experimenting a bit with the output format, though, so the cli interface of pixi-diff-to-markdown is not super stable yet. should we include an updater in this repository as well?