Skip to content

Commit 25c5b84

Browse files
committed
ci: process system info bundles
1 parent a11d8d1 commit 25c5b84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/process_bundles.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Process systeminfo bundles"
2+
on:
3+
issues:
4+
types: [opened, edited]
5+
issue_comment:
6+
types: [created, edited]
7+
8+
jobs:
9+
process-bundles:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: OctoPrint/actions/process-systeminfo-bundles@main
13+
with:
14+
github-token: ${{ secrets.GITHUB_TOKEN }}
15+
repo: ${{ github.repository }}
16+
comment: ${{ github.event.comment.id }}
17+
issue: ${{ github.event.issue.number }}
18+
body: ${{ github.event_name == 'issue_comment' && github.event.comment.body || github.event.issue.body }}

0 commit comments

Comments
 (0)