Skip to content

Commit c241140

Browse files
committed
Merge branch 'master' into devel
2 parents 6b5c263 + caf0932 commit c241140

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/add_to_backlog.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Add issues/PRs to backlog automatically
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- transferred
8+
pull_request_target:
9+
types:
10+
- opened
11+
12+
jobs:
13+
add-to-project:
14+
name: Add issue or PR to OctoPrint Backlog project
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/add-to-project@main
18+
with:
19+
project-url: https://github.com/orgs/OctoPrint/projects/6
20+
github-token: ${{ secrets.BACKLOG_PROJECT_ACCESS }}

0 commit comments

Comments
 (0)