diff --git a/.github/workflows/assingPrToAuthor.yml b/.github/workflows/assingPrToAuthor.yml deleted file mode 100644 index 3cf7226..0000000 --- a/.github/workflows/assingPrToAuthor.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: PR to Author -on: - pull_request: - types: [opened, ready_for_review, edited, synchronize] - -jobs: - assignAuthor: - name: Assing - runs-on: ubuntu-latest - steps: - - uses: samspills/assign-pr-to-author@v1.0 - if: github.event_name == 'pull_request' && github.event.action == 'opened' - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/conventionalPrName.yml b/.github/workflows/conventionalPrName.yml deleted file mode 100644 index 01f7295..0000000 --- a/.github/workflows/conventionalPrName.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Commitlint -on: - pull_request: - types: ['opened', 'edited', 'reopened', 'synchronize'] - -jobs: - lint: - name: Validate PR Title (conventional) - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install Dependencies - run: npm install @commitlint/config-conventional - - uses: JulienKode/pull-request-name-linter-action@v0.1.2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9eecd5..3fd24e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Gitflow Merge & Publish Packages on NPM +name: Publish Packages on NPM on: workflow_dispatch: inputs: @@ -19,7 +19,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: '14' registry-url: "https://registry.npmjs.org/" scope: "@vue-storefront" - run: echo "" >> .npmrc && echo "@vue-storefront:registry=https://registry.npmjs.org/" >> .npmrc