From 7d601c50c6027704251ed430d1231bc799454d34 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:32:39 -0700 Subject: [PATCH] Ado sync workflow update to exclude pull request comments (#77) * fix permission issues on ADO boards sync github action Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * fix auth issues Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * fix token issues Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * fix auth issues Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * remove conditional Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * filter out pull request comments Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> * filter out pull request comments Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --- .github/workflows/devops-boards.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/devops-boards.yaml b/.github/workflows/devops-boards.yaml index 9abd8c9..e4a5b68 100644 --- a/.github/workflows/devops-boards.yaml +++ b/.github/workflows/devops-boards.yaml @@ -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 }}