Skip to content

Commit

Permalink
senzing-factory/build-resources#78 automerge patch version prs (#4)
Browse files Browse the repository at this point in the history
* senzing-factory/build-resources#78 automerge patch version prs

* Add to pylintrc disabled list

---------

Co-authored-by: docktermj <[email protected]>
  • Loading branch information
kernelsam and docktermj authored Dec 5, 2024
1 parent 4719f3f commit 306db32
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[pylint]
disable=
line-too-long,
good-names=
code-snippets-v4
ignore=
__init__.py,
notes=
FIXME,
15 changes: 15 additions & 0 deletions dependabot-approve-and-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependabot approve and merge

on:
pull_request:
branches: [main]

permissions:
contents: write
pull-requests: write

jobs:
dependabot-approve-and-merge:
secrets:
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2
1 change: 1 addition & 0 deletions placeholder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#! /usr/bin/env python3

0 comments on commit 306db32

Please sign in to comment.