From b6fd2dfb925eda3c4c918ea5787cdf9e8003d0de Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 12 Feb 2024 12:03:10 +0530 Subject: [PATCH 1/4] test workflow --- pages/docs/concepts/test.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 pages/docs/concepts/test.md diff --git a/pages/docs/concepts/test.md b/pages/docs/concepts/test.md deleted file mode 100644 index e30d3ae1227e..000000000000 --- a/pages/docs/concepts/test.md +++ /dev/null @@ -1 +0,0 @@ -this is a test file to check workflow \ No newline at end of file From f02682434e90d08174ca22e611b812e6c7659805 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 12 Feb 2024 12:05:14 +0530 Subject: [PATCH 2/4] fix branch name --- .github/workflows/notify-triagers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-triagers.yml b/.github/workflows/notify-triagers.yml index 2448d1259ac4..ddd4bdabf118 100644 --- a/.github/workflows/notify-triagers.yml +++ b/.github/workflows/notify-triagers.yml @@ -3,7 +3,7 @@ name: Notify Triagers on .Md files change on: pull_request: branches: - - 'triage-bug-fix' + - triage-bug-fix paths: - 'pages/*' From c4f17ebdc341ee06fdd55a0e01d1262e86dd3bc9 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 12 Feb 2024 12:06:31 +0530 Subject: [PATCH 3/4] Revert "fix branch name" This reverts commit f02682434e90d08174ca22e611b812e6c7659805. --- .github/workflows/notify-triagers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-triagers.yml b/.github/workflows/notify-triagers.yml index ddd4bdabf118..2448d1259ac4 100644 --- a/.github/workflows/notify-triagers.yml +++ b/.github/workflows/notify-triagers.yml @@ -3,7 +3,7 @@ name: Notify Triagers on .Md files change on: pull_request: branches: - - triage-bug-fix + - 'triage-bug-fix' paths: - 'pages/*' From a73c6fa2a2e75dc4836c1838ae0ecb49ae05c032 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 12 Feb 2024 15:20:24 +0530 Subject: [PATCH 4/4] test file added --- pages/docs/concepts/workflow-test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 pages/docs/concepts/workflow-test.md diff --git a/pages/docs/concepts/workflow-test.md b/pages/docs/concepts/workflow-test.md new file mode 100644 index 000000000000..b5543e744b3d --- /dev/null +++ b/pages/docs/concepts/workflow-test.md @@ -0,0 +1 @@ +this si a test file \ No newline at end of file