Bump black from 23.7.0 to 24.1.1 #299
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, 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 your first issue! The `text_formatter` maintainers will try to | |
help or support you, as soon as possible. We really appreciate your contribution. | |
pr-message: > | |
Thanks for your first pull request! We really appreciate your contribution. Now, you may need | |
a maintainer to review the code and give you some style suggestions. |