-
Notifications
You must be signed in to change notification settings - Fork 2
GH-127: Add PR label check #222
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
Conversation
843533a to
5609cf2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #222 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 160 160
=========================================
Hits 160 160 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
524258d to
5c19763
Compare
a61a800 to
9a64af6
Compare
| shell: bash | ||
| - name: Prepare Scripts | ||
| run: | | ||
| chmod +x scripts/* |
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.
I think we'd need this if we were calling ./scripts/lint.py rather than python scripts/lint.pt
One less thing to read in this file
| * Please submit an issue with the terminal output you received [here](https://github.com/unthreaded/git-hooks/issues) with as much detail as possible. | ||
|
|
||
| ## Development details | ||
| For Mac, you must install some dependencies via brew. Simply run [`os_specific_requirements.py`](scripts/os_specific_requirements.py) and you'll be good to go! |
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.
A couple weeks ago I was reading this: https://pyinstaller.org/en/stable/usage.html#using-upx
Turns out PyInstaller no longer references this UPX is currently used only on Windows.
cdf3c7a to
ad8005c
Compare
📌 Issue
Closes #127
📝 Details
Added a label check! Also cleaned up actions some.