Skip to content

Commit

Permalink
Remove approve-and-merge (#32972)
Browse files Browse the repository at this point in the history
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
  • Loading branch information
bnchrch and bnchrch authored Dec 1, 2023
1 parent 97e6d03 commit 1874a4f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 90 deletions.
1 change: 0 additions & 1 deletion .github/workflows/airbyte-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- synchronize
jobs:
run-airbyte-ci-tests:
# Note if you are changing this name you must also change it in the approve-and-merge-dispatch.yml workflow
name: Run Airbyte CI tests
runs-on: "ci-runner-connector-test-large-dagger-0-6-4"
steps:
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/approve-and-merge-demo-dispatch.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/approve-and-merge-dispatch.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/format_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
format-fix:
runs-on: "ci-runner-connector-format-medium-dagger-0-6-4"
# Note if you are changing this name you must also change it in the approve-and-merge-dispatch.yml workflow
name: "Apply All Formatting Rules"
timeout-minutes: 40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
# In case of self-hosted EC2 errors, removed the `needs` line and switch back to running on ubuntu-latest.
needs: start-check-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-check-runner.outputs.label }} # run the job on the newly created runner
# Note if you are changing this name you must also change it in the approve-and-merge-dispatch.yml workflow
name: Gradle Check
timeout-minutes: 30
steps:
Expand All @@ -79,6 +78,7 @@ jobs:
gradlecheck:
- '**/*'
- '!**/*.md'
- '!.github/*'
- uses: actions/setup-java@v3
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ jobs:
comment-id=${{ github.event.comment.id }}
dispatch-type: workflow

- name: Slash Command Dispatch (Repository)
id: scdr
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
permission: write
commands: |
approve-and-merge-demo
dispatch-type: repository

- name: Edit comment with error message
if: steps.scd.outputs.error-message
uses: peter-evans/create-or-update-comment@v1
Expand Down

0 comments on commit 1874a4f

Please sign in to comment.