We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a59fee + e191922 commit c56f422Copy full SHA for c56f422
.github/workflows/unallowed-contributions.yml
@@ -22,7 +22,7 @@ on:
22
23
jobs:
24
triage:
25
- if: github.repository == 'segmentio/segment-docs' && github.event.pull_request.user.login != 'markzegarelli'
+ if: github.repository == 'segmentio/segment-docs' && (github.event.pull_request.user.login != 'markzegarelli' || github.event.pull_request.user.login != 'stayseesong' || github.event.pull_request.user.login != 'pwseg')
26
runs-on: ubuntu-latest
27
steps:
28
- name: Get files changed
0 commit comments