Skip to content

Commit

Permalink
Remove pr text check.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Nov 6, 2022
1 parent cf97936 commit aabccc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
64 changes: 0 additions & 64 deletions .github/scripts/check-pr-text.py

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,6 @@ jobs:
run: |
tox -q -e newsfragment
# This is called only on code changes.
# If you forgot to define the right PR title you should re-run the job.
- name: Check PR title format
if: github.event_name == 'pull_request'
env:
PR_TITLE: ${{ github.event.pull_request.title }}
PR_BODY: ${{ github.event.pull_request.body }}
run: python .github/scripts/check-pr-text.py

# Used to validate the narrative and API docs.
# Checks for invalid syntax or broken links.
Expand Down
Empty file.

0 comments on commit aabccc0

Please sign in to comment.