Skip to content

Bump rollup from 4.53.3 to 4.59.0 #20

Bump rollup from 4.53.3 to 4.59.0

Bump rollup from 4.53.3 to 4.59.0 #20

Workflow file for this run

name: Add issues/PRs to backlog automatically
on:
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened
jobs:
add-to-project:
name: Add issue or PR to OctoPrint Backlog project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/OctoPrint/projects/6
github-token: ${{ secrets.BACKLOG_PROJECT_ACCESS }}