✨ added getSelectedRows method in table class #4
Workflow file for this run
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: | |
types: [opened] | |
branches: [main] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: actions/first-interaction@v1.3.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Congrats on making your first Pull Request and thanks for taking the time to improve kissflow SDK! ❤️! 🎉🍕. | |
Our team will review it shortly. Meanwhile Say hello by following us through [X](https://x.com/kissflow) |