Skip to content

Commit 5f9f0fa

Browse files
danpawliksdatko
authored andcommitted
Add Github action that verify commit message prefix
If the PR is related to some role, it would verify if in the title or commit message header there is prefix set. For example, if change was done for roles/cifmw_helpers, it should verify if the title or commit message header contains [cifmw_helpers]. Co-Authored-By: Szymon Datko <[email protected]> Signed-off-by: Daniel Pawlik <[email protected]>
1 parent bf98095 commit 5f9f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cifmw_helpers/tasks/include_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# This is a workaround for reading Ansible yaml files,
33
# that instead of have clear values, it uses jinja2 variables,
4-
# so reading the file and parse as fact does not work
4+
# so reading the file and parse as fact does not work.
55

66
- name: Check directory is available
77
ansible.builtin.stat:

0 commit comments

Comments
 (0)