Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/codeql-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
analyze:
name: Analyze javascript
runs-on: kibana
# Hardcoded list of users will be removed once testing is complete
if: |
contains(fromJSON('["elena-shostak", "SiddharthMantri", "azasypkin", "kc13greiner", "jeramysoucy", "rgodfrey-elastic", "legrego"]'), github.event.pull_request.user.login) ||
(contains(github.event.pull_request.labels.*.name, 'ci:codeql') &&
contains(fromJSON('["MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.pull_request.author_association) &&
(contains(fromJSON('["MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) &&
github.event.pull_request.user.type != 'Bot' &&
github.event.pull_request.draft == false)
permissions:
Expand Down