Skip to content

chore(deps): bump react-dom from 18.3.1 to 19.2.3 #18

chore(deps): bump react-dom from 18.3.1 to 19.2.3

chore(deps): bump react-dom from 18.3.1 to 19.2.3 #18

Workflow file for this run

name: "Greetings"
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
👋 Thanks for opening your first issue! We appreciate your contribution to ObjectOS.
Please make sure you've provided all the necessary information and context.
Our team will review this as soon as possible.
In the meantime, you might want to check out our [Contributing Guide](https://github.com/${{ github.repository }}/blob/main/CONTRIBUTING.md)
and [Documentation](https://objectos.org/docs).
pr-message: >
🎉 Thanks for opening your first pull request! We're excited to review your contribution.
Please make sure:
- [ ] Your code follows our [coding standards](https://github.com/${{ github.repository }}/blob/main/CONTRIBUTING.md)
- [ ] All tests pass
- [ ] You've added tests for new features
- [ ] Documentation is updated (if needed)
A maintainer will review your PR soon. Thanks for contributing to ObjectOS! 🚀