Skip to content

Commit

Permalink
Merge pull request #149 from osscameroon/fix-first-interaction-issue
Browse files Browse the repository at this point in the history
fix: improve greetings workflow
  • Loading branch information
FanJups authored Oct 7, 2022
2 parents 199d296 + e6599c5 commit 735837d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/first-interaction@v1
# At this moment, this GitHub Action has an issue: https://github.com/actions/first-interaction/issues/101
# In order to try to solve this, we use this: https://github.com/keploy/keploy/pull/182/files
continue-on-error: true
# continue-on-error: true
# Finally, this issue is solved by this PR https://github.com/actions/first-interaction/pull/103 so no need to use that condition anymore
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for opening your first issue 😊 ! We really appreciate your work. Happy Coding 🎉🎊 !'
Expand Down

0 comments on commit 735837d

Please sign in to comment.