From 67438f0ecd7858cf05badb2ba138a6abf194c234 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 15 Jan 2023 00:35:15 +0000 Subject: [PATCH 1/2] 2.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0bd8e6..a6c103d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.5 (2023-01-15) +### Fix +* Error using external links in markdown ([`1d43b17`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/1d43b171785a89799db2c089fa4af56168b08f5f)) + ## v2.0.4 (2023-01-11) ### Fix * Fix module not found error ([`2cbdc54`](https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin/commit/2cbdc541f6d5176326286c875fe24ed48e9cd056)) diff --git a/setup.py b/setup.py index 8577a09..69f137d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "2.0.4" +version = "2.0.5" def classification_dependencies(): with open("requirements.txt") as f: From 8843a93865e87facaaf5bb62403fbd82ae3c9cea Mon Sep 17 00:00:00 2001 From: Mara-Li Date: Sun, 21 May 2023 14:35:34 +0200 Subject: [PATCH 2/2] Create auto_assign.yml --- .github/workflows/auto_assign.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/auto_assign.yml diff --git a/.github/workflows/auto_assign.yml b/.github/workflows/auto_assign.yml new file mode 100644 index 0000000..ad68e0a --- /dev/null +++ b/.github/workflows/auto_assign.yml @@ -0,0 +1,17 @@ +name: Auto Assign +on: + issues: + types: [opened, edited, labeled, unlabeled] + pull_request: + types: [opened, edited, labeled, unlabeled] +jobs: + auto-assign: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/auto-assign@v3 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + reviewers: | + lisandra-dev + assignees: lisandra-dev + skipKeywords: wip, draft