-
Notifications
You must be signed in to change notification settings - Fork 22
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
v3 #124
v3 #124
Conversation
da063ad
to
d7fd126
Compare
have block sometime in the coming week to review. Please anticipate some delays. If we merge this then we will need to publish a new release. 🙇🏽 |
Thanks @ppremk 🙏 |
use https://www.npmjs.com/package/gts to offload all TS config
@naseemkullah thank you for your patience 🙇🏽 Some feedbacks along with suggested changes
What are your thoughts on this? 🙂 |
Thanks for taking a look @ppremk ! It all sounds good, though it would be nice to add file exclusion feature as well when releasing re: release notes, should I add these? |
use git check-attr to determine if any PR files should be stored in LFS. Then among the PR files that should be stored in LFS (if any), check for the string version https://git-lfs.github.com/spec/v1 to determine if the file is indeed a pointer or not.
@naseemkullah If you have bandwidth we can tackle this with the same PR. I have not dropped the ball on this, will finalize hopefully by next week. Waiting on feedback from our internal team for the final go ahead. Thanks for your patience and understanding 🙇🏽 |
I've added the I've also implemented a feat to accept units of measurement ( I will attach some files and edit the workflow in this repo in the coming days to run a few tests on the code within this PR. |
@naseemkullah I've added some changes to the README.md. Let me know when your test is complete then we proceed with the merge and I will publish a new release 🙂 |
Hi @ppremk when you get a chance please approve https://github.com/ActionsDesk/lfs-warning/actions/runs/1139191774 to test the workflow 🙏 |
HI @ppremk https://github.com/ActionsDesk/lfs-warning/actions/runs/1146752721 🙏 Or could you temporarily enable workflows while I iron out the kinks? |
@naseemkullah if this is churns out ✅ I will proceed to publish a new release. Feel free to merge once the test runs are completed successfully. I will also check with the organization owners to see if we can directly add you as outside collaborator for this repo, to keep things moving 🙂 |
Thanks @ppremk :) |
@naseemkullah ok.. I will wait for your explicit |
That sounds good @ppremk, in the meantime can you please enable workflows to run upon my commits, or just keep approving them, I tried making a PR to my own branch but no workflow was triggered: naseemkullah#2 |
It's getting close to ready, though I cannot test further due to Is there anyway to give me more rights on this repo @ppremk, if not are you willing to release with potential bugs that we would fix in a subsequent patch release? |
accept unit of measurement (b,mb,gb) for filesizelimit input also: add no-floating-promises rule move try/catch to top level factor out common props for issue rest calls extract functions to improve readability add label and create comment in parallel use execFile instead of exec to properly escape filename
@ppremk if I cannot get rights to the repo (so that a workflow triggered by me can add the label to the PR), let's just merge, as far as I can test this is good to go! |
@naseemkullah unfortunately I am not the owner of the org, I will work again with the owner to explore how we can move forward with the correct access rights for collaborators. Since this round of the test has passed. I will proceed to merge (in a day or two) first and cut a release soon after. I plan to do this simultaneously thus the reason for not merging yet. |
Thanks @ppremk |
still in my radar 😓 |
@naseemkullah I have not forgotten about this. Have been rushing for project go live thus its taking longer. Please bear with me.. and thank you for your understanding 🙇🏽 |
Thanks for the update @ppremk and good luck with project go live! This PR will be waiting when you're ready 😄 |
@naseemkullah let's 🚢 this. It has been delayed on my part. Thank you for your patience and understanding. I appreciate it. Let's push the |
Great, thanks! 😊 |
@naseemkullah the latest Release v3.0 is now published in the marketplace. Thank you for your contribution. Feel free to give it a spin and report back if we need change anything. ❤️ 🎉 |
closes #106
closes #123
closes #125
closes #105
use https://www.npmjs.com/package/gts to offload all TS/eslint/prettier config
lint, rename vars
feat: add detection of files that are lfs tracked but were accidentally checked in
feat: remove label if check passes on a previously failing PR (files were stored in LFS or removed)
feat: add file exclusion option
feat: accept units of measurement (
b
,mb
orgb
) in a non breaking manner (no unit implies bytes)