We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a215cd2 commit c6037feCopy full SHA for c6037fe
1 file changed
.github/workflows/agent-triage.yml
@@ -2,7 +2,7 @@ name: Agent Triage
2
3
on:
4
issues:
5
- types: [opened]
+ types: [labeled]
6
7
permissions:
8
contents: read
@@ -13,7 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
timeout-minutes: 10
15
if: >-
16
- github.event.issue.user.type != 'Bot'
+ github.event.label.name == 'agent-triage' &&
17
+ github.event.sender.type != 'Bot'
18
steps:
19
- name: Checkout
20
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments