Skip to content

Commit 306db32

Browse files
kernelsamdocktermj
andauthored
senzing-factory/build-resources#78 automerge patch version prs (#4)
* senzing-factory/build-resources#78 automerge patch version prs * Add to pylintrc disabled list --------- Co-authored-by: docktermj <[email protected]>
1 parent 4719f3f commit 306db32

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.pylintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[pylint]
2+
disable=
3+
line-too-long,
4+
good-names=
5+
code-snippets-v4
6+
ignore=
7+
__init__.py,
8+
notes=
9+
FIXME,

dependabot-approve-and-merge.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Dependabot approve and merge
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
dependabot-approve-and-merge:
13+
secrets:
14+
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
15+
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2

placeholder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#! /usr/bin/env python3

0 commit comments

Comments
 (0)