Skip to content

Commit

Permalink
remove action for now since it causes mergify to break
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Mar 8, 2020
1 parent 1521da0 commit b950350
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,3 @@ jobs:
check: MANDATORY_CHANGES
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
commit-message:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2

- name: Install packages
run: cd .github/actions/prlinter && npm ci

- name: Validate
uses: ./.github/actions/prlinter
with:
check: COMMIT_MESSAGE
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b950350

Please sign in to comment.