Skip to content

⬆️ Bump jinja2 from 3.1.3 to 3.1.5 in the pip group #452

⬆️ Bump jinja2 from 3.1.3 to 3.1.5 in the pip group

⬆️ Bump jinja2 from 3.1.3 to 3.1.5 in the pip group #452

Workflow file for this run

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: "感谢你提交的问题,我会尽快处理! (ᗜ ˰ ᗜ)"
pr-message: "十分感谢你的贡献!我会认真研究你的代码,并尽快回复你! (≧∀≦)"