Skip to content

Commit

Permalink
Update issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri authored May 24, 2024
1 parent 3d9760f commit 7f7a878
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
else
echo "contains_invalid_string=false" >> $GITHUB_ENV
fi
- name: Close Issue if invalid string found
- name: Close Issue
if: env.contains_invalid_string == 'true'
uses: roots/[email protected]
uses: peter-evans/close-issue@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} Test."
comment: |
@${issue.user.login} Test

0 comments on commit 7f7a878

Please sign in to comment.