mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #1629 from Textualize/rodrigogiraoserrao-patch-1
Skip FAQtory on new issues by Textualize members
This commit is contained in:
1
.github/workflows/new_issue.yml
vendored
1
.github/workflows/new_issue.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
types: [opened]
|
types: [opened]
|
||||||
jobs:
|
jobs:
|
||||||
add-comment:
|
add-comment:
|
||||||
|
if: ${{ !contains( 'willmcgugan,darrenburns,davep,rodrigogiraoserrao', github.actor ) }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|||||||
Reference in New Issue
Block a user