From d881d7227f375013634790b27d1d9c26425b578f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 13 Apr 2021 14:16:17 -0400 Subject: [PATCH] actions: limit issue tracker to main project Run this action only on the main zephyr tree. Do not run in forks. Signed-off-by: Anas Nashif --- .github/workflows/issue_count.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue_count.yml b/.github/workflows/issue_count.yml index 8984d71bd22..496fbce5e34 100644 --- a/.github/workflows/issue_count.yml +++ b/.github/workflows/issue_count.yml @@ -15,6 +15,7 @@ jobs: track-issues: name: "Collect Issue Stats" runs-on: ubuntu-latest + if: github.repository == 'zephyrproject-rtos/zephyr' steps: - name: Download configuration file