IUTEST_PEEP_GETに多重継承を行ったクラスを渡すと,期待される戻り値が得られない. #2356
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hey, thanks for contributing to this by raising an issue' | |
pr-message: 'Thanks for contributing and submitting your first pull request for this project' |