Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto committed Sep 27, 2023
1 parent a7749c6 commit 183d082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for raising this issue."
pr-message: "Thanks for raising this pull request. A maintainer will review the proposed changes as soon as possible."
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for raising this issue.'
pr-message: 'Thanks for raising this pull request. A maintainer will review the proposed changes as soon as possible.'

0 comments on commit 183d082

Please sign in to comment.