diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 978c4d9..de9b22a 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -2,7 +2,6 @@ language: pullrequest: true - labelprefix: "lang: " staleness: pullrequest: true diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 3f1e1a2..cbeaf27 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -7,4 +7,4 @@ - liblaf ignore_authors: - - dependabot + - dependabot[bot] diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml new file mode 100644 index 0000000..cdb4283 --- /dev/null +++ b/.github/sync-repo-settings.yaml @@ -0,0 +1,3 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/googleapis/repo-automation-bots/main/packages/sync-repo-settings/src/schema.json + +branchProtectionRules: [] diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml deleted file mode 100644 index cb4b214..0000000 --- a/.github/workflows/merge.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: Merge - -on: - pull_request: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - -jobs: - check: - name: Check - runs-on: ubuntu-latest - steps: - - name: Check - uses: liblaf/template/.github/actions/check@main - with: - pr: ${{ github.event.pull_request.html_url }} - - merge: - name: Merge - permissions: - contents: write - pull-requests: write - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Enable Auto-Merge (Squash) - uses: liblaf/template/.github/actions/merge@main - with: - pr: ${{ github.event.pull_request.html_url }} - user: ${{ github.event.pull_request.user.login }} diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml deleted file mode 100644 index 41384e5..0000000 --- a/.github/workflows/pre-commit.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: pre-commit - -on: - push: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - -jobs: - pre-commit: - name: pre-commit - permissions: - contents: write - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_TOKEN }} - - name: pre-commit - uses: liblaf/pre-commit-hooks@main - with: - commit: true diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml deleted file mode 100644 index b1abbc2..0000000 --- a/.github/workflows/template.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Repository Template - -on: - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - -jobs: - template: - name: Template - permissions: - actions: write - contents: write - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_TOKEN }} - - name: Sync with Repository Template - uses: liblaf/template@main - with: - token: ${{ secrets.GH_TOKEN }} - commit: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81e567f..61b55c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ ci: autofix_commit_msg: "ci(pre-commit): auto fixes from pre-commit hooks" - autoupdate_commit_msg: "ci(pre-commit): pre-commit autoupdate" - skip: - - cspell + autoupdate_commit_msg: "ci(pre-commit): update pre-commit hooks" +repos: [] +- cspell - poetry-lock repos: - repo: https://github.com/astral-sh/ruff-pre-commit