dfda760d2c
refactor ♻️ : Refactor condition for handle_failures to run regardless of previous job results
...
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 6s
ai-reviews / Review PR (pull_request) Successful in 19s
Markdown Lint / markdown-lint (push) Successful in 5s
PR check / Gitleaks (pull_request) Failing after 5s
PR check / lint tests (pull_request) Failing after 9s
PR check / handle_failures (pull_request) Successful in 2s
PR check / handle_success (pull_request) Has been skipped
This refactoring ensures that the `handle_failures` function is executed irrespective of the outcomes of previous jobs, improving the robustness and reliability of the system.
2026-02-14 09:22:54 +01:00
a0138b1bea
fix 🐛 : Fix typo in PR check comment body
...
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 19s
PR check / Gitleaks (pull_request) Failing after 5s
PR check / lint tests (pull_request) Successful in 14s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Has been skipped
Corrected a minor spelling error in the comment body of the pull request check to improve readability and accuracy.
2026-02-14 09:09:51 +01:00
1733801fe5
fix 🐛 : Fix typo in PR check workflow comments
...
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
Corrected a minor spelling error in the comments of the pull request check workflow to improve readability and clarity.
2026-02-14 09:08:56 +01:00
945717ffbb
refactor ♻️ : Refactor PR check workflow by consolidating steps and removing redundant code
...
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 7s
This refactoring consolidates the steps in the PR check workflow, reducing redundancy and improving efficiency.
2026-02-14 09:02:55 +01:00
aad77acf42
feat ✨ : Add PR check workflow for Gitleaks and lint tests
...
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
This commit introduces a new pull request (PR) check workflow that includes Gitleaks for security scanning and lint tests to ensure code quality.
2026-02-14 09:00:42 +01:00
5ac8501c11
refactor ♻️ : Add YAML document start marker to PR check workflow
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 10s
Markdown Lint / markdown-lint (push) Successful in 5s
2026-02-14 08:58:32 +01:00
cab2889110
refactor ♻️ : Rename 'lint test' job to 'lint tests'
...
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 8s
Refactored the job name from 'lint test' to 'lint tests' for better clarity and consistency.
2026-02-14 08:55:53 +01:00
535aeb2c0c
refactor ♻️ : Rename workflow from 'ai-reviews' to 'PR check'
...
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 24s
Markdown Lint / markdown-lint (push) Successful in 5s
Refactored the workflow name from 'ai-reviews' to 'PR check' to improve clarity and consistency within the project.
2026-02-14 08:42:29 +01:00
75693ebf2e
refactor ♻️ : Refactor workflows to include issues and push events, add PR check workflow
...
ansible-lint / Ansible Lint (push) Failing after 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
This commit refactors the existing workflows by removing 'pull_request' triggers from ansible-lint and markdown-lint.yml files. It also adds a new workflow file `.gitea/workflows/pr-check-yaml` for performing checks on pull requests.
2026-02-14 08:35:56 +01:00
8c9ad60602
Initial commit
2026-02-07 07:22:24 +01:00