Skip to content

Commit 539de13

Browse files
ci: add additional check
1 parent 0c6d3ee commit 539de13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-project.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ on:
22
issues:
33
types: [opened, edited]
44
jobs:
5-
checkProjectURL:
5+
checkProject:
6+
if: "${{ contains(github.event.issue.body, 'Describe the bug') }}"
67
runs-on: ubuntu-latest
78
steps:
89
- uses: actions/github-script@v7

0 commit comments

Comments
 (0)