We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5700c2 commit bbc9dfdCopy full SHA for bbc9dfd
1 file changed
.github/workflows/pre-commit.yml
@@ -36,6 +36,13 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
steps:
39
+ - name: Check pull request description
40
+ if: >-
41
+ github.event_name == 'pull_request' &&
42
+ contains(
43
+ github.event.pull_request.body,
44
+ 'Please go to the `Preview` tab and select the appropriate template:')
45
+ run: exit 1
46
- uses: actions/checkout@v6
47
with:
48
submodules: recursive
0 commit comments