-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
📝 Documentation: Mention how to set up a GitHub Action #1189
Comments
I was going to volunteer to do this given my Schemar work - but happy to review what you do instead |
Right! I knew it was top of mind for some reason 😄 all yours! |
@all-contributors please add @johnnyreilly for maintenance.
|
I've put up a pull request to add @johnnyreilly! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
So before I kick off on this, I want to get a sense of what we want. Is the idea this is a document which describes how to migrate CTA to being able to work as a GitHub Action? Or did you have something else in mind? |
Adds @johnnyreilly as a contributor for maintenance. This was requested by JoshuaKGoldberg [in this comment](#1189 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Good question... I was thinking a good start would be a FAQ entry akin to How can I add dual CommonJS / ECMAScript Modules emit?. Then longer term we can:
What do you think? |
Yeah that feels like a good iteration plan. By virtue of being part of the FAQs, I'll have to be terse. That could be good though |
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #1189 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> This PR provides docs on how to create a GitHub Action --------- Co-authored-by: Josh Goldberg ✨ <[email protected]>
🎉 This is included in version v1.57.0 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Overview
I have two GitHub Actions repos built on this template:
In JoshuaKGoldberg/all-contributors-auto-action#170 I had the pleasure of learning the hard way that
dist/
changes aren't built automatically (pnpm build:release
). I'd never gotten around to setting that up to happen automatically.Filing this issue to track adding it to this template.
Additional Info
This is related to #1175.
The text was updated successfully, but these errors were encountered: