fix: rollback from bookworm-backports to bookworm to fix qemu issues #21
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |