We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cdcdc commit f754068Copy full SHA for f754068
.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