Skip to content

Commit 64d94a0

Browse files
committed
Increase gh label list limit
1 parent 773d6eb commit 64d94a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/source-repo-sync/tasks/add_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Check if required label exists # noqa command-instead-of-shell
33
ansible.builtin.shell:
4-
cmd: gh label list --json name --jq 'any(.name == "{{ label_name }}")'
4+
cmd: gh label list -L 500 --json name --jq 'any(.name == "{{ label_name }}")'
55
chdir: "{{ staging_path }}/{{ repository_manifest.name }}"
66
changed_when: false
77
register: label_exists

0 commit comments

Comments
 (0)