Skip to content
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

Consolidate commit message workflows #78

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .github/workflows/commit_message_comment.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/commit_message_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Post commit message comment on PR
uses: mshick/add-pr-comment@v2
with:
message: |
Pull request must be merged with a description containing the required fields,

Summery:
Type: Feature/Fix/Cleanup
Test Plan:
Jira:

If there is no jira releated to this change, please put 'Jira: NO-JIRA'.

Description can be changed by editing the top comment on your pull request and making a new commit.

# Check PR description for 'Summery:' field.
- name: Match 'Summery:'
uses: actions-ecosystem/action-regex-match@v2
Expand Down
Loading