From 2eed97d54473562f8aa28d677e8ea149e2660112 Mon Sep 17 00:00:00 2001 From: Blaine Gunn Date: Tue, 12 Mar 2024 10:20:46 -0600 Subject: [PATCH] Delete .github/workflows/pull-request.yml --- .github/workflows/pull-request.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/pull-request.yml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml deleted file mode 100644 index eb987a99..00000000 --- a/.github/workflows/pull-request.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: - push: - branches: - - stage - -jobs: - pull-request: - runs-on: ubuntu-latest - steps: - - name: pull-request - uses: actions/checkout@v3 - - name: Create Pull Request - uses: diillson/auto-pull-request@v1.0.1 - with: - destination_branch: "main" - pr_title: "Ready for Main: ${{ github.ref_name }} into main. ${{ github.base_ref }}" - pr_body: "Merge to main, commit: ${{ github.sha }} -- ${{ github.head_ref }}" - pr_reviewer: "adobecom/document-cloud-sot" - pr_label: "Ready for Main"