Skip to content

build(deps): update imbalanced-learn requirement from ^0.11.0 to >=0.11,<0.13 #19

build(deps): update imbalanced-learn requirement from ^0.11.0 to >=0.11,<0.13

build(deps): update imbalanced-learn requirement from ^0.11.0 to >=0.11,<0.13 #19

Workflow file for this run

# Copyright 2023 The SapientML Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Greetings
on: [pull_request_target, issues]
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 submitting the issue to SapientML!!\n\nWe have the [Discord](https://discord.gg/59yshERFD9) server. Please join the server!"
pr-message: "# 🎉 Thanks for submitting the PR to SapientML!!\n\nHere is the [Contribution Guideline](https://github.com/sapientml/sapientml/blob/main/CONTRIBUTING.md).\nWe would like you to read the document and follow it.\nIf you have any question or anything to be discussed, please join the [Discord](https://discord.gg/59yshERFD9) server and chat with us.\nThank again!"