-
Notifications
You must be signed in to change notification settings - Fork 9
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
1031 add action to check PR's description format #1058
Conversation
98b7249
to
a4e3f75
Compare
a4e3f75
to
4f9c828
Compare
name: Check PR description | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: DARMA-tasking/check-pr-fixes-issue@1031-commit-check-for-fixes-issue |
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.
Will be changed to @master
after merging DARMA-tasking/check-pr-fixes-issue#1
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.
Sounds good
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 merged
f591c60
to
717d46e
Compare
@lifflander Should this check be |
Yes, I will make it required! |
|
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 is approved once you switch it to master!
717d46e
to
bfcde42
Compare
@lifflander Done. Also I've just updated https://github.com/DARMA-tasking/vt/wiki/Pull-Requests with short description of |
Codecov Report
@@ Coverage Diff @@
## develop #1058 +/- ##
========================================
Coverage 77.61% 77.61%
========================================
Files 672 672
Lines 25771 25771
========================================
Hits 20001 20001
Misses 5770 5770 |
Thanks for updating it! |
Fixes #1031
Most of the work is done in DARMA-tasking/check-pr-fixes-issue#1
The action is run every time the PR title or description (PR's first comment) is edited, and after opening and reopening the PR. If you want to play with it by yourself feel free to check this PR -> jstrzebonski/action_test#9 to not litter this PR anymore.