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
Update
check-cla
to customize which CLA repo to use #91Update
check-cla
to customize which CLA repo to use #91Changes from all commits
ee9d811
ec9f0b4
a3dded4
6c83ecc
2b2d732
5361102
528c212
83dab52
b3b9940
1542cb4
261fc09
1928626
00ae91f
8eee82e
4729d17
b2db323
9bdcc51
43ec963
d8454ec
8ee0ba0
5ab5369
ebb06e5
a4ac617
4f67ffb
d66d4eb
71c4f55
6146699
5616a98
3c9f741
ae8e19e
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.
Could we add this to a separate javascript file? This is started to get long enough to warrant that, imo.
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.
Specifying these JS blocks in separate files requires:
My problem with this is the checkout step which will make it harder to version our actions.
There's an open request for something better: actions/github-script#326
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.
It's a common pattern for actions to include all JS inlined, even if it's not great, let's follow that for now
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.
Moved
sha
detection into newset-commit-status
action. Removedlabels
output since we don't use it outside of this scope. SwitchhasLabel
tohas_label
for variable consistency.Flattened logic since the error catching doesn't actually do anything special. Removes
contributors
output since we don't use it outside of this scope. SwitchhasSigned
tohas_signed
for variable naming consistency.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.
Good changes!
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.
@kathatherine this is the updated missing CLA message, is this good enough in light of conda/conda-docs#854
To see an example of this in action see conda-sandbox/test-check-cla#45
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.
Hopefully the PR link will help with anyone who just reads to the CLA signing link and stops (like what happened with some of the PyCon sprinters I was working with). Maybe two links will encourage finishing the paragraph. :P This works for me.