Skip to content

Commit

Permalink
ci: ignore errors in greetings workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyak2 committed Oct 4, 2022
1 parent de1d1ef commit 5ebcf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/greetings.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello there, thanks for opening your first issue. We welcome you to the community!'
Expand Down

0 comments on commit 5ebcf68

Please sign in to comment.