Skip to content

Releases: ComPWA/policy

Repo Maintenance 0.0.23

04 Jun 11:46
f9883c5
Compare
Choose a tag to compare

Release 0.0.23

💡 New features

Enforce pined requirements in each notebook (#23)

Designed particularly for ComPWA/compwa.github.io#10

Repo Maintenance 0.0.22

02 Jun 11:14
3d10c3d
Compare
Choose a tag to compare

Release 0.0.22

💡 New features

Enforce auto-close milestone workflow (#22)

Closes #21

🖱️ Developer Experience

Cron job frequency has been reduced to every two months (#20)

Repo Maintenance 0.0.6

12 Apr 09:41
682aade
Compare
Choose a tag to compare

Release 0.0.6

💡 New features

Allow turning off label.toml check (#12). Can be done with the --alow-labels argument in the .pre-commit-config.yaml file:

  - repo: https://github.com/ComPWA/repo-maintenance
    rev: 0.0.6
    hooks:
      - id: check-dev-files
        args:
          - --allow-labels

Repo Maintenance 0.0.5

12 Apr 08:35
4e847b2
Compare
Choose a tag to compare

Release 0.0.5

💡 New features

Sort content in entries of cspell config (#10)

The check-dev-files now checks whether the contents of entries in a .cspell.json config file are sorted.

Check missing entries cspell config (#11)

Check whether the .cspell.json config contains all expected entries as defined in the src/repoma/.cspell.json file.

Repo Maintenance Release 0.0.3

11 Apr 18:30
Compare
Choose a tag to compare

Added a new hook: check-dev-files. Once this hook is added to a repo, new checks added to the ComPWA/repo-maintenance repo are automatically enforced.

repos:
  - repo: https://github.com/ComPWA/repo-maintenance
    rev: 0.0.2
    hooks:
      - id: check-dev-files
      - id: fix-first-nbcell
      - id: fix-nbformat-version

Currently only contains a check on whether a [pre-commit hook for EditorConfig]https://github.com/editorconfig-checker/editorconfig-checker.python) has been added, and checks whether labels.toml has been removed.