feat(annotations): when no problem found, remove comment and set to approve PR

ref: #6 #5
This commit is contained in:
2025-07-12 19:12:57 +09:30
parent 6d501e25d9
commit 9727594d89
2 changed files with 12 additions and 3 deletions

View File

@ -18,14 +18,14 @@
ansible.builtin.set_fact:
git_api_url: "{{ payload.repository.url }}"
when: >
git_api_url == ""
git_api_url == ""
- name: Set var gitea_replace_url if empty
ansible.builtin.set_fact:
gitea_replace_url: "{{ payload.repository.url }}"
when: >
gitea_replace_url == ""
gitea_replace_url == ""
- name: Set required Facts