github: Ignore github PRs in change log.

This commit is contained in:
iabdalkader 2022-02-28 05:35:30 +02:00
parent b105953dc0
commit 128d9e2671
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{ {
"categories": [ "categories": [
], ],
"ignore_labels": [
"github"
],
"sort": "DESC", "sort": "DESC",
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n", "template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n",
"pr_template": "- ${{TITLE}}", "pr_template": "- ${{TITLE}}",

View File

@ -145,7 +145,7 @@ jobs:
name: Development Release name: Development Release
tag_name: development tag_name: development
body: | body: |
> **⚠️ WARNING: This a development release and it may be unstable.** **⚠️ WARNING: This a development release and it may be unstable.**
${{steps.changelog.outputs.changelog}} ${{steps.changelog.outputs.changelog}}
files: firmware/firmware_*.zip files: firmware/firmware_*.zip
env: env: