Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorize create run requests #2663
Authorize create run requests #2663
Changes from all commits
75c309d
566cc10
1060cbb
05151b6
e6c1443
fdb260b
be5a167
659165e
f92c90f
5016f3a
755f542
ee45be5
2ace3fc
aea1924
bdd7dac
204824b
b0aaf18
50eb63c
a21b60a
a7d3db3
8085cbf
c5db317
91963c0
cefc903
a48a554
836573a
80ab78d
7cc2397
882872d
4c21962
42fa5c5
cd9967e
7d273e5
7c5cdc1
bf30a21
a497f79
d24542a
f3a303d
d4fb0f5
67f414a
24e5994
bbe6f56
96aa2e3
1815bf9
4aa1064
aa08a9a
66a1150
008e7a6
39df35b
752c8de
d68ad13
50b1d19
60ded01
20d70c7
01a0cd4
15cfb0e
1aea670
7158548
20de11a
c4fcb9c
cca49c4
f2e75eb
f649b6a
18864db
673db26
8744848
52eab3e
df09ce1
be2806b
3ebff5a
c371e20
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stop early by
return true, null
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code will break the for loop and return immediately, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah correct.