Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/build-1.2.2.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan authored Oct 7, 2024
2 parents edd1697 + 2048f5f commit bc146ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/conventional-commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, synchronize, reopened, edited]

permissions:
pull-requests: write

jobs:
validate-pr-title:
runs-on: ubuntu-latest
Expand All @@ -14,4 +17,3 @@ jobs:
task_types: '["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"]'
add_label: 'true'
custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'
# ticket_key_regex: '^PROJECT-\\d{2,5}$'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ lxml==5.3.0
# via python-docx
more-itertools==10.5.0
# via kohlrahbi (pyproject.toml)
numpy==2.1.1
numpy==2.1.2
# via pandas
openpyxl==3.1.5
# via kohlrahbi (pyproject.toml)
pandas==2.2.3
# via kohlrahbi (pyproject.toml)
pydantic==2.9.2
# via kohlrahbi (pyproject.toml)
pydantic-core==2.24.0
pydantic-core==2.23.4
# via pydantic
python-dateutil==2.9.0.post0
# via pandas
Expand Down

0 comments on commit bc146ab

Please sign in to comment.