From 83cb8693e6cb3526399d91853256790f067dc13c Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 31 Jan 2023 09:31:52 +0800 Subject: [PATCH 1/2] Automatically add new issues to GNS3 project --- .github/workflows/add-new-issues-to-project.yml | 16 ++++++++++++++++ ...ntation.yml => publish-api-documentation.yml} | 0 2 files changed, 16 insertions(+) create mode 100644 .github/workflows/add-new-issues-to-project.yml rename .github/workflows/{publish_api_documentation.yml => publish-api-documentation.yml} (100%) diff --git a/.github/workflows/add-new-issues-to-project.yml b/.github/workflows/add-new-issues-to-project.yml new file mode 100644 index 00000000..63932bb4 --- /dev/null +++ b/.github/workflows/add-new-issues-to-project.yml @@ -0,0 +1,16 @@ +name: Add new issues to GNS3 project + +on: + issues: + types: + - opened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.4.0 + with: + project-url: https://github.com/orgs/GNS3/projects/3 + github-token: ${{ secrets.ADD_NEW_ISSUES_TO_PROJECT }} diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish-api-documentation.yml similarity index 100% rename from .github/workflows/publish_api_documentation.yml rename to .github/workflows/publish-api-documentation.yml From 3a6ff9b44fd54a804110f4a0f5518cd1316538b3 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 1 Feb 2023 09:56:02 +0800 Subject: [PATCH 2/2] Add long description content type in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9d112d58..50f1f276 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ setup( cmdclass={"test": PyTest}, description="GNS3 server", long_description=open("README.md", "r").read(), + long_description_content_type="text/markdown", install_requires=dependencies, entry_points={ "console_scripts": [