Compare commits

..

No commits in common. "18eb9043beaddfc20e9b8d7fd5e7f2d2da869047" and "720e118534156f31fbf60041991028cee25d2825" have entirely different histories.

2 changed files with 16 additions and 3 deletions

13
.github/workflows/cleanup-pr-action.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: delete branch on close pr
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_PRS }}

View File

@ -81,9 +81,9 @@
(package! pacdiff.el
:recipe (:host github :repo "fbrosda/pacdiff.el" :files ("pacdiff.el" "README.org" "LICENSE")))
;;(package! python-docstring-mode
;; :recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py")))
(package! python-docstring-mode
:recipe (:host github :repo "glyph/python-docstring-mode" :files ("python-docstring.el" "docstring_wrap.py")))
;;(package! sphinx-doc)
(package! sphinx-doc)
;; https://github.com/glyph/python-docstring-mode.git