Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa344ae

Browse files
author
markzegarelli
authored
try to remove logical grouping
1 parent4b38e60 commitaa344ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/unallowed-contributions.yml‎

Lines changed: 2 additions & 2 deletions
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' || github.event.pull_request.user.login != 'stayseesong' || github.event.pull_request.user.login != 'pwseg')
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
@@ -93,4 +93,4 @@ jobs:
9393
console.log("Error creating comment.", err)
9494
}
9595
96-
core.setFailed(workflowFailMessage)
96+
core.setFailed(workflowFailMessage)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp