diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 76f7802d5..933f3c78a 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -14,6 +14,6 @@ jobs: Remove the stale label or comment if this issue is still relevant for you. If not, please close it yourself. days-before-issue-stale: 365 - day-before-pr-stale: -1 + days-before-pr-stale: -1 days-before-close: -1 days-before-pr-close: -1 diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index bc00315ef..b65a3ec52 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -180,7 +180,7 @@ jobs: platforms: ${{ matrix.platform }} push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{steps.meta.output.labels}} + labels: ${{steps.meta.outputs.labels}} cache-from: type=gha,scope=$GITHUB_REF_NAME-${{ matrix.platform }} cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-${{ matrix.platform }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 379799425..f48a9dba5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,14 @@ repos: - id: debug-statements - id: end-of-file-fixer - id: check-merge-conflict - - repo: https://github.com/python-poetry/poetry - rev: '1.8.0' - hooks: + - repo: https://github.com/python-poetry/poetry + rev: '1.8.0' + hooks: - id: poetry-check - id: poetry-lock entry: env PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry lock - id: poetry-install + - repo: https://github.com/rhysd/actionlint + rev: 'v1.7.1' + hooks: + - id: actionlint