Skip to content

Commit e6599c5

Browse files
authored
fix: improve greetings workflow
There was an issue actions/first-interaction#101 with first-interaction solved by this PR actions/first-interaction#103
1 parent 199d296 commit e6599c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/first-interaction@v1
1111
# At this moment, this GitHub Action has an issue: https://github.com/actions/first-interaction/issues/101
1212
# In order to try to solve this, we use this: https://github.com/keploy/keploy/pull/182/files
13-
continue-on-error: true
13+
# continue-on-error: true
14+
# Finally, this issue is solved by this PR https://github.com/actions/first-interaction/pull/103 so no need to use that condition anymore
1415
with:
1516
repo-token: ${{ secrets.GITHUB_TOKEN }}
1617
issue-message: 'Thanks for opening your first issue 😊 ! We really appreciate your work. Happy Coding 🎉🎊 !'

0 commit comments

Comments
 (0)