diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 14fd8940..17a043bf 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -11,7 +11,7 @@ permissions: jobs: auto-merge: runs-on: ubuntu-latest - if: ${{ (github.actor == 'dependabot[bot]' || github.actor == 'allcontributors[bot]' || github.actor == 'HavenDV') && github.repository_owner == 'tryAGI' }} + if: ${{ (github.actor == 'dependabot[bot]' || github.actor == 'HavenDV') && github.repository_owner == 'tryAGI' }} steps: - name: Dependabot metadata if: ${{ github.actor == 'dependabot[bot]' }} diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a2add019..ac1a6e7c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -9,7 +9,7 @@ permissions: actions: write jobs: - open-router: + check-openapi-updates: runs-on: ubuntu-latest steps: - name: Checkout