diff --git a/.github/workflows/conventional-commit-check.yml b/.github/workflows/conventional-commit-check.yml index ecb24e89..9227b31e 100644 --- a/.github/workflows/conventional-commit-check.yml +++ b/.github/workflows/conventional-commit-check.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, synchronize, reopened, edited] +permissions: + pull-requests: write + jobs: validate-pr-title: runs-on: ubuntu-latest @@ -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}$' diff --git a/requirements.txt b/requirements.txt index d46296ef..8524d977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ 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)