Skip to content

Commit c56f422

Browse files
authored
Merge pull request #55 from segmentio/repo-sync
repo sync
2 parents 1a59fee + e191922 commit c56f422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unallowed-contributions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
triage:
25-
if: github.repository == 'segmentio/segment-docs' && github.event.pull_request.user.login != 'markzegarelli'
25+
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')
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Get files changed

0 commit comments

Comments
 (0)