Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 #18

Bump jinja2 from 3.1.3 to 3.1.4

Bump jinja2 from 3.1.3 to 3.1.4 #18

Workflow file for this run

name: Add new issues and PRs to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/OpenFn/projects/3
github-token: ${{ secrets.PROJECT_MANAGEMENT_TOKEN }}