Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Use Shared CI Workflows #68

Merged
merged 7 commits into from
Feb 9, 2023
Merged

Conversation

rmartin16
Copy link
Member

@rmartin16 rmartin16 commented Feb 6, 2023

Implements shared workflows from beeware/.github#8

  • pre-commit-run
  • towncrier-run
  • python-package-create

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@rmartin16 rmartin16 force-pushed the use-shared-ci branch 2 times, most recently from a42562d to c257431 Compare February 6, 2023 18:59
@rmartin16 rmartin16 marked this pull request as ready for review February 8, 2023 02:25
@rmartin16 rmartin16 marked this pull request as draft February 8, 2023 03:31
@rmartin16 rmartin16 marked this pull request as ready for review February 8, 2023 19:15
@rmartin16
Copy link
Member Author

@freakboy3742, just realized I didn't add dependabot.yml to this repo. do you want to add it?

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates on Sunday, 8PM UTC
      interval: "weekly"
      day: "sunday"
      time: "20:00"

  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      # Check for updates on Sunday, 8PM UTC
      interval: "weekly"
      day: "sunday"
      time: "20:00"

@freakboy3742 freakboy3742 merged commit e21c1bd into beeware:main Feb 9, 2023
@rmartin16 rmartin16 deleted the use-shared-ci branch February 9, 2023 05:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants