From 20ce4acc5670744d95459c1b3fe357ed8743a286 Mon Sep 17 00:00:00 2001 From: Adoni5 Date: Tue, 10 Oct 2023 11:35:22 +0100 Subject: [PATCH] Exclude Adoni5, alexomics and matt from faqtory action --- .github/workflows/faqtory.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/faqtory.yml b/.github/workflows/faqtory.yml index 2ad61d6..3935338 100644 --- a/.github/workflows/faqtory.yml +++ b/.github/workflows/faqtory.yml @@ -4,6 +4,8 @@ on: types: [opened] jobs: add-comment: + # https://docs.github.com/en/actions/learn-github-actions/expressions#example-matching-an-array-of-strings + if: ${{ !contains(fromJSON('["alexomics", "Adoni5", "mattloose"]'), github.actor) }} runs-on: ubuntu-latest permissions: issues: write