diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml deleted file mode 100644 index ec16b2db..00000000 --- a/.github/auto-label.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/googleapis/repo-automation-bots/main/packages/auto-label/src/config-schema.json - -language: - pullrequest: true - labelprefix: "lang: " - -path: - pullrequest: true - paths: - docs: "type: docs" - -staleness: - pullrequest: true - -requestsize: - enabled: true diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml deleted file mode 100644 index 6c0e75fc..00000000 --- a/.github/blunderbuss.yml +++ /dev/null @@ -1,12 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/googleapis/repo-automation-bots/main/packages/blunderbuss/src/config-schema.json - -assign_issues: - - liblaf - -assign_prs: - - liblaf - -ignore_authors: - - dependabot[bot] - - pre-commit-ci[bot] - - renovate[bot] diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml deleted file mode 100644 index cdb42838..00000000 --- a/.github/sync-repo-settings.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# 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/megalinter.yaml b/.github/workflows/megalinter.yaml index 58959d81..42e6af58 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -92,7 +92,7 @@ jobs: ) && !contains(github.event.head_commit.message, 'skip fix') name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ github.token }} commit-message: "chore(MegaLinter): apply linters automatic fixes"