We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773d6eb commit 64d94a0Copy full SHA for 64d94a0
ansible/roles/source-repo-sync/tasks/add_label.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Check if required label exists # noqa command-instead-of-shell
3
ansible.builtin.shell:
4
- cmd: gh label list --json name --jq 'any(.name == "{{ label_name }}")'
+ cmd: gh label list -L 500 --json name --jq 'any(.name == "{{ label_name }}")'
5
chdir: "{{ staging_path }}/{{ repository_manifest.name }}"
6
changed_when: false
7
register: label_exists
0 commit comments