Skip to content

Commit 59af4fa

Browse files
authored
Refine queue_conditions for GH action
Modified queue_conditions to include action.yaml in Mergify config.
1 parent 8bd1240 commit 59af4fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.mergify/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ queue_rules:
147147
allow_queue_branch_edit: true
148148
autoqueue: true
149149
queue_conditions:
150-
- files ~= ^.github/workflows
150+
- or:
151+
- files ~= ^.github/workflows
152+
- files ~= action.yaml$
151153
- author = renovate[bot]
152154
- name: Python Dependency Updates
153155
allow_queue_branch_edit: true

0 commit comments

Comments
 (0)