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