Skip to content

Bump jinja2 from 3.1.4 to 3.1.6 #45

Bump jinja2 from 3.1.4 to 3.1.6

Bump jinja2 from 3.1.4 to 3.1.6 #45

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: "This is your first issue, thank you for contributing to MaCh3!"
pr-message: "This is your first PR, thank you for contributing to MaCh3!"