Skip to content

Commit

Permalink
ci: eleventh time I try to fix my issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
bernizhel committed Jul 15, 2023
1 parent 95a6ce7 commit 703cb77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
title: "[{{ env.VERSION }}] Release"
labels: RELEASE
assignees: bernizhel
---

## Release Information

- **Version:** {{ env.VERSION }}
- **Author:** {{ env.AUTHOR }}
- **Date:** {{ env.DATE}}

{{ env.CHANGELOG }}
name: Release
description: Release the app
title: "[Release]: "
labels: ["RELEASE"]
assignees:
- bernizhel
body:
- type: markdown
attributes:
value: |
Thanks for creating the release!
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CHANGELOG: ${{ steps.build_changelog.outputs.changelog }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .github/ISSUE_TEMPLATE.md
filename: .github/ISSUE_TEMPLATE
update_existing: true
search_existing: all

Expand Down

0 comments on commit 703cb77

Please sign in to comment.