File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Lock threads'
22
33on :
44 schedule :
5- - cron : ' */5 * * * *'
5+ - cron : ' 0 0 * * *'
66 workflow_dispatch :
77
88permissions :
Original file line number Diff line number Diff line change @@ -23,33 +23,33 @@ pull_request_rules:
2323 message : |
2424 @{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch.
2525 https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#which-branch
26- # - name: backport to develop
27- # conditions:
28- # - label="backport develop"
29- # actions:
30- # backport:
31- # branches:
32- # - develop
33- # assignees:
34- # - "{{ author }}"
35- # - name: backport to version-14-hotfix
36- # conditions:
37- # - label="backport version-14-hotfix"
38- # actions:
39- # backport:
40- # branches:
41- # - version-14-hotfix
42- # assignees:
43- # - "{{ author }}"
44- # - name: backport to version-15-hotfix
45- # conditions:
46- # - label="backport version-15-hotfix"
47- # actions:
48- # backport:
49- # branches:
50- # - version-15-hotfix
51- # assignees:
52- # - "{{ author }}"
26+ - name : backport to develop
27+ conditions :
28+ - label="backport develop"
29+ actions :
30+ backport :
31+ branches :
32+ - develop
33+ assignees :
34+ - " {{ author }}"
35+ - name : backport to version-14-hotfix
36+ conditions :
37+ - label="backport version-14-hotfix"
38+ actions :
39+ backport :
40+ branches :
41+ - version-14-hotfix
42+ assignees :
43+ - " {{ author }}"
44+ - name : backport to version-15-hotfix
45+ conditions :
46+ - label="backport version-15-hotfix"
47+ actions :
48+ backport :
49+ branches :
50+ - version-15-hotfix
51+ assignees :
52+ - " {{ author }}"
5353 - name : Automatic merge on CI success and review
5454 conditions :
5555 - status-success=linters
You can’t perform that action at this time.
0 commit comments