Skip to content

Commit

Permalink
GH first-interaction action is busted, workaround
Browse files Browse the repository at this point in the history
This works around a busted actions/first-interaction@v1 until it's fixed
actions/first-interaction#101

Even after it's fixed it's probably good to keep around just so it won't
block merges in the future.

Signed-off-by: Michael Peters <mpeters@redhat.com>
  • Loading branch information
mpeters committed Oct 4, 2022
1 parent 14cef7c commit c3a06b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for reporting your first issue. If the issue relates to a change you intend to work on, please ask that someone assign it to you.'
Expand Down

0 comments on commit c3a06b8

Please sign in to comment.