Aggiunge action triage-issue e workflow di test (#2)

Co-authored-by: alberto <a.nuti@live.it>
Co-committed-by: alberto <a.nuti@live.it>
This commit is contained in:
2026-05-30 20:43:23 +00:00
committed by anuti
parent 2603f780e6
commit 3bc16776cc
2 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: Triage Issue
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./install-opencode
- uses: ./triage-issue
with:
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}
issue-number: ${{ github.event.issue.number }}
repository: ${{ github.repository }}
api-token: ${{ secrets.GITEA_TOKEN }}
api-key: ${{ secrets.OPencode_API_KEY }}