We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6d3ee commit 539de13Copy full SHA for 539de13
.github/workflows/check-project.yml
@@ -2,7 +2,8 @@ on:
2
issues:
3
types: [opened, edited]
4
jobs:
5
- checkProjectURL:
+ checkProject:
6
+ if: "${{ contains(github.event.issue.body, 'Describe the bug') }}"
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/github-script@v7
0 commit comments