Skip to content
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

Create Workflow Templates #8

Open
15 of 22 tasks
davidlday opened this issue Aug 25, 2021 · 0 comments
Open
15 of 22 tasks

Create Workflow Templates #8

davidlday opened this issue Aug 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@davidlday
Copy link
Contributor

davidlday commented Aug 25, 2021

See: https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

Reusable Workflows:

  • Poetry
    • Lint
    • Test
    • Publish (Lint, Test, Bump Version, Publish)
    • CI (Lint, Test)
  • NPM
    • Lint
    • Test
    • Publish (Lint, Test, Bump Version, Publish)
    • CI (Lint, Test)
  • Dependabot Batcher
  • Autoapprove PRs
  • PR Conventional Commits Title

Starter Workflows:

  • Dependabot Batcher
  • Autoapprove PRs
  • Poetry CI
  • Poetry Bump & Release
  • PyPi Publish
  • NPM CI
  • NPM Bump & Release
  • NPM Publish
  • PR Lint
@davidlday davidlday self-assigned this Aug 25, 2021
@davidlday davidlday added the enhancement New feature or request label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant