Skip to content

Commit

Permalink
Ado sync workflow update to exclude pull request comments (#77)
Browse files Browse the repository at this point in the history
* fix permission issues on ADO boards sync github action

Signed-off-by: Will Tsai <[email protected]>

* fix auth issues

Signed-off-by: Will Tsai <[email protected]>

* fix token issues

Signed-off-by: Will Tsai <[email protected]>

* fix auth issues

Signed-off-by: Will Tsai <[email protected]>

* remove conditional

Signed-off-by: Will Tsai <[email protected]>

* filter out pull request comments

Signed-off-by: Will Tsai <[email protected]>

* filter out pull request comments

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>
Signed-off-by: Will <[email protected]>
  • Loading branch information
willtsai authored Apr 24, 2024
1 parent bfc3b13 commit 7d601c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/devops-boards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
issues:
types:
[opened, edited, deleted, closed, reopened, labeled, unlabeled, assigned]
issue_comment:
types: [created, edited, deleted]

concurrency:
group: issue-${{ github.event.issue.number }}
Expand Down

0 comments on commit 7d601c5

Please sign in to comment.