mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Only fetch first label
This commit is contained in:
@@ -16,7 +16,7 @@ export const PR_QUERY = `
|
||||
additions
|
||||
deletions
|
||||
state
|
||||
labels(first: 10) {
|
||||
labels(first: 1) {
|
||||
nodes {
|
||||
name
|
||||
}
|
||||
@@ -102,7 +102,7 @@ export const ISSUE_QUERY = `
|
||||
}
|
||||
createdAt
|
||||
state
|
||||
labels(first: 10) {
|
||||
labels(first: 1) {
|
||||
nodes {
|
||||
name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user