mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
chore: improve issue auto-response workflow triggers and concurrency handling
This commit is contained in:
@@ -2,10 +2,10 @@ name: Issue Auto Response
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
types: [opened, labeled]
|
||||
|
||||
concurrency:
|
||||
group: issue-auto-response
|
||||
group: issue-auto-response-${{ github.event.issue.number }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user