Skip to content

build(deps): bump numpy from 1.26.4 to 2.2.1 #143

build(deps): bump numpy from 1.26.4 to 2.2.1

build(deps): bump numpy from 1.26.4 to 2.2.1 #143

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for contributing this issue! We will be replying soon."
pr-message: "Thanks for contributing this PR! We will validade soon."