Skip to content

Commit f1f3d9b

Browse files
authored
Reduce triggers on programs triage workflow
1 parent fca895c commit f1f3d9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/programs-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Add card to programs triage board
22

33
on:
44
issues:
5-
types: [opened, edited, deleted, closed, reopened, assigned, unassigned, labeled]
5+
types: [closed, reopened, labeled]
66
# issue_comment:
77

88
jobs:
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Add issue to Programs triage board
1313
if: "( contains(github.event.issue.labels.*.name, 'pg: request') ) || ( contains(github.event.issue.labels.*.name, 'G: Programs') )"
14-
uses: lmkeston/github-actions-issue-to-work-item@v1.1-beta
14+
uses: lmkeston/github-actions-issue-to-work-item@v1.2-beta
1515
env:
1616
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
1717
ado_organization: "lmkeston"

0 commit comments

Comments
 (0)