Skip to content

OffsetCommitService does not work with SSL cluster #264

OffsetCommitService does not work with SSL cluster

OffsetCommitService does not work with SSL cluster #264

Workflow file for this run

name: Greetings
on:
pull_request:
types: ['opened']
issues:
types: ['opened']
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'This is your first issue in the repository. Thank you for raising this issue.'' first issue'
pr-message: 'This is your first pull request in the repository. Thank you for this patch. Please review the Wiki page in the repository before submitting a PR.'' first pr'