Skip to content

Commit

Permalink
Exclude Adoni5, alexomics and matt from faqtory action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adoni5 committed Oct 10, 2023
1 parent 2e33ffd commit 20ce4ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/faqtory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20ce4ac

Please sign in to comment.