Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Add issues/PRs to backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel authored Jun 20, 2022
1 parent 2d589cc commit e70ccda
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add_to_backlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add issues/PRs to backlog automatically

on:
issues:
types:
- opened
- transferred
pull_request:
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 }}

0 comments on commit e70ccda

Please sign in to comment.