Skip to content

Commit

Permalink
Merge pull request #1629 from Textualize/rodrigogiraoserrao-patch-1
Browse files Browse the repository at this point in the history
Skip FAQtory on new issues by Textualize members
  • Loading branch information
willmcgugan authored Jan 21, 2023
2 parents 0691462 + 94157ea commit cc1f2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened]
jobs:
add-comment:
if: ${{ !contains( 'willmcgugan,darrenburns,davep,rodrigogiraoserrao', github.actor ) }}
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit cc1f2f6

Please sign in to comment.