Skip to content

Commit

Permalink
[skip ci] Apply changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmak-nv committed Sep 8, 2023
1 parent 5de308a commit 65f54dc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Description
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->
<!-- Note: The pull request title will be included in the CHANGELOG. -->
<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". All PRs should have an issue they close-->
Closes

## Checklist
- [ ] I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
2 changes: 1 addition & 1 deletion .github/workflows/project_automation_set_in_progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Set PR and Linked Issues to In Progress
name: Project - Set PR and Linked Issues to In Progress

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_automation_set_in_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Set PR and Linked Issues to In Review
name: Project - Set PR and Linked Issues to In Review

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_automation_set_roadmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Set PR or Issue Roadmap Value on Close
name: Project - Set PR or Issue Roadmap Value on Close

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_automation_sync_pr_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Synchronize Linked Issues
name: Project - Synchronize Linked Issues

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_automation_track_pr_dates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Set Dates
name: Project - Set PR Dates

on:
pull_request_target:
Expand Down

0 comments on commit 65f54dc

Please sign in to comment.