Skip to content

Commit

Permalink
Fix/fix auto approve (#12)
Browse files Browse the repository at this point in the history
* Add README.md to toml file

* Fix dependabot auto approve action permissions
  • Loading branch information
damyan authored Jan 24, 2024
1 parent 5e4d795 commit bd43442
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Dependabot auto-approve'

on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
dependabot:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[project]
readme = "README.md"

0 comments on commit bd43442

Please sign in to comment.