We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8772295 commit 837cc15Copy full SHA for 837cc15
.github/workflows/label-merge-conflicts.yml
@@ -22,9 +22,9 @@ jobs:
22
# Name of the label which indicates that the branch is dirty
23
dirtyLabel: 'conflicts'
24
# Number of seconds after which the action runs again if the mergable state is unknown.
25
- retryAfter: 300
+ retryAfter: 60
26
# Number of times the action retries calculating the mergable state
27
- retryMax: 2
+ retryMax: 5
28
# String. Comment to add when the pull request is conflicting. Supports markdown.
29
commentOnDirty: 'Merge conflicts have been detected on this PR, please resolve.'
30
0 commit comments