Skip to content

build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 #22

build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1

build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 #22

Workflow file for this run

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