Added CountSquareSubMatricesWithAllOnes solution (#96) #382
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: | |
fork: | |
push: | |
branches: [master] | |
issues: | |
types: [opened] | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened] | |
pull_request_review_comment: | |
types: [created] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: > | |
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! :smile: :tada: | |
pr-message: > | |
Congratulations on opening your first pull request! The code maintainer will get back to you as soon as possible. In the meantime, please make sure you've updated the documentation to reflect your changes and have added test automation as needed. Thanks! :smile: :tada: |