mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Update marvin-label-triage.yml (#1557)
This commit is contained in:
parent
c8b3105eb4
commit
04ba8619fb
1 changed files with 6 additions and 3 deletions
9
.github/workflows/marvin-label-triage.yml
vendored
9
.github/workflows/marvin-label-triage.yml
vendored
|
|
@ -3,7 +3,7 @@ description: Automatically triage GitHub issues and PRs using Marvin
|
|||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
@ -26,8 +26,11 @@ jobs:
|
|||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Checkout base repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.event.repository.default_branch }}
|
||||
|
||||
- name: Generate Marvin App token
|
||||
id: marvin-token
|
||||
|
|
@ -47,7 +50,7 @@ jobs:
|
|||
Issue/PR Information:
|
||||
- REPO: ${{ github.repository }}
|
||||
- NUMBER: ${{ github.event.issue.number || github.event.pull_request.number || inputs.issue_number }}
|
||||
- TYPE: ${{ github.event.issue && 'issue' || github.event.pull_request && 'pull_request' || 'unknown' }}
|
||||
- TYPE: ${{ github.event.issue && 'issue' || (github.event.pull_request && 'pull_request') || 'unknown' }}
|
||||
|
||||
TRIAGE PROCESS:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue