From 0685dc961d1ee2681a8f4920623fd24d55e0befe Mon Sep 17 00:00:00 2001 From: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:03:25 +0530 Subject: [PATCH] chore: still can't get this right... permalink: http://whatthecommit.com/ae271f8c51c870bfdb14f33469d718c6 --- .github/workflows/continuous-delivery.yml | 48 ----------------------- .github/workflows/gen-list.yml | 2 +- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/workflows/continuous-delivery.yml diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml deleted file mode 100644 index fbcb360..0000000 --- a/.github/workflows/continuous-delivery.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: Continuous Delivery - -on: - push: - branches: - - main - -jobs: - Automations: - name: Run Automations - runs-on: ubuntu-latest - - steps: - - name: Check out Git repository - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - - - name: Set up Node.js - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3 - with: - node-version: 17 - - - name: Install Node.js dependencies - run: npm i -g prettier && npm i - - - name: Convert TypeScript to JavaScript - run: npx babel TypeScript --out-dir JavaScript --extensions ".ts" - - - name: Run JavaScript Prettier - run: prettier --write . - - - name: Create Pull Request - id: cpr - uses: peter-evans/create-pull-request@v5 - with: - commit-message: "chore: update JavaScript plugins" - branch: js - delete-branch: true - branch-suffix: short-commit-hash - title: "chore: Update JavaScript plugins" - body: "I have updated the JS Plugins for you!" - reviewers: EvolutionX-10 - - name: Enable Pull Request Automerge - if: steps.cpr.outputs.pull-request-operation == 'created' - uses: peter-evans/enable-pull-request-automerge@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} - merge-method: squash diff --git a/.github/workflows/gen-list.yml b/.github/workflows/gen-list.yml index f3014a0..08e7633 100644 --- a/.github/workflows/gen-list.yml +++ b/.github/workflows/gen-list.yml @@ -1,4 +1,4 @@ -name: "Generate Plugin Listing" +name: Continuous Delivery on: push: