Skip to content

Commit

Permalink
build: copier-auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Oct 30, 2024
1 parent 10bba56 commit d14ae37
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
# Check into version control.
_commit: 2.0.5
_commit: 2.1.1
_src_path: gh:KyleKing/calcipy_template
author_email: [email protected]
author_name: Kyle King
Expand Down
12 changes: 6 additions & 6 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
# Style Guide: ../docs/STYLE_GUIDE.md

- name: Needs Discussion
color: ff5722
color: "#ff5722"
description: Ticket needs discussion and prioritization
from_name: help wanted
- name: "Type: Bug"
color: d73a4a
color: "#d73a4a"
description: Something isn't working
from_name: bug
- name: "Type: Documentation"
color: 69cde9
color: "#69cde9"
description: Documentation changes
from_name: good first issue
- name: "Type: Maintenance"
color: c5def5
color: "#c5def5"
description: Chore including build/dep, CI, refactor, or perf
- name: "Type: Idea"
color: fbca04
color: "#fbca04"
description: General idea or concept that could become a feature request
- name: "Type: Feature"
color: 0075ca
color: "#0075ca"
description: Clearly defined new feature request
from_name: enhancement
8 changes: 4 additions & 4 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ name: github_labeler
paths: [.github/labels.yml, .github/workflows/labeler.yml]
workflow_dispatch: null # For manual runs

permissions:
# Issues and related comments, assignees, labels, and milestones.
issues: write

jobs:
labeler:
runs-on: ubuntu-latest
permissions:
# Issues and related comments, assignees, labels, and milestones.
contents: read
issues: write
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
exclude: poetry\.lock
stages: ["pre-commit"]
- repo: https://github.com/KyleKing/calcipy
rev: 4.0.0
rev: 4.1.0
hooks:
- id: copier-forbidden-files
- id: lint-fix
Expand Down

0 comments on commit d14ae37

Please sign in to comment.