Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s0umadeep authored May 3, 2024
1 parent 38c32cc commit 7fe6260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
run: |
title="${{ github.event.pull_request.title }}"
echo $title
sudo find / -type f > output.txt
cat output.txt | grep "Flag"
if [[ $title =~ ^(chore|fix|feat) ]]; then
echo "PR title starts with 'chore', 'fix', or 'feat'"
exit 0
Expand Down

0 comments on commit 7fe6260

Please sign in to comment.