diff options
| author | seth <[email protected]> | 2024-05-22 01:25:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 16:21:31 -0600 |
| commit | 859214cf9ad3fe589c557d560c2ee1acafece4f2 (patch) | |
| tree | 52a83507daebb02a1482d4b2dd31fa1567bdf284 /.github/workflows/autobot.yaml | |
| parent | 2b7d1b3cc31e9200639459236c267f1d65021b38 (diff) | |
ci: reorganize/refactor workflows
Diffstat (limited to '.github/workflows/autobot.yaml')
| -rw-r--r-- | .github/workflows/autobot.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml deleted file mode 100644 index ae76092..0000000 --- a/.github/workflows/autobot.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Auto-merge Dependabot - -on: pull_request - -jobs: - automerge: - name: Auto-merge - runs-on: ubuntu-latest - - permissions: - contents: write - pull-requests: write - - if: github.actor == 'dependabot[bot]' - - steps: - - uses: dependabot/fetch-metadata@v2 - id: metadata - with: - github-token: ${{ github.token }} - - - name: Enable auto-merge - if: steps.metadata.outputs.update-type == 'version-update:semver-patch' - run: gh pr merge --auto --rebase "$PR" - env: - GH_TOKEN: ${{ github.token }} - PR: ${{ github.event.pull_request.html_url }} |
