Aggiunge action triage-issue e workflow di test
This commit is contained in:
22
.gitea/workflows/triage-issue.yml
Normal file
22
.gitea/workflows/triage-issue.yml
Normal 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 }}
|
||||
Reference in New Issue
Block a user