From 0b86c2e67fc42f8166ec1e7b8bbf4578aaf26bed Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:00:54 -0700 Subject: [PATCH] ci: remove obsolete workflow --- .github/workflows/update-openapi-types.yml | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/update-openapi-types.yml diff --git a/.github/workflows/update-openapi-types.yml b/.github/workflows/update-openapi-types.yml deleted file mode 100644 index 7db918444..000000000 --- a/.github/workflows/update-openapi-types.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Update generate-types -"on": - push: - branches: - - dependabot/npm_and_yarn/openapi-typescript-* -jobs: - update_prettier: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 12 - - run: npm ci - - run: "npm run generate-types" - - uses: gr2m/create-or-update-pull-request-action@v1.x - env: - GITHUB_TOKEN: "${{ secrets.OCTOKITBOT_PAT }}" - with: - title: Prettier updated - body: An update to prettier required updates to your code. - branch: "${{ github.ref }}" - commit-message: "WIP: review changes and set correct commit prefix"