File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ name : Auto-merge Dependabot PR
2+
3+ on :
4+ pull_request :
5+
6+ permissions :
7+ contents : write
8+ pull-requests : write
9+
10+ jobs :
11+ auto-merge :
12+ if : github.actor == 'dependabot[bot]'
13+ runs-on : ubuntu-slim
14+ steps :
15+ - name : Auto-merge Dependabot PR
16+ uses : frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
17+ with :
18+ github-token : ${{ secrets.GITHUB_TOKEN }}
19+ dependency-type : ' all'
20+ auto-merge : ' true'
21+ merge-method : ' merge'
22+ add-label : ' tool:auto-merged'
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ plugins:
9999 default_handler : python
100100 handlers :
101101 python :
102+ paths : ["src"]
102103 options :
103- paths : ["src"]
104104 docstring_section_style : spacy
105105 inherited_members : true
106106 merge_init_into_class : false
@@ -112,7 +112,7 @@ plugins:
112112 show_source : true
113113 show_symbol_type_toc : true
114114 signature_crossrefs : true
115- import :
115+ inventories :
116116 - https://docs.python.org/3/objects.inv
117117 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
118118 - https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
You can’t perform that action at this time.
0 commit comments