From c14be36d4cd728562c1c96059e0a65660ac47135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Tue, 13 Aug 2024 14:39:18 +0200 Subject: [PATCH 1/2] Added prefilled titles for issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2ded2c4..17f3dec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: 'bug: ' labels: ["bug"] assignees: '' @@ -34,4 +34,4 @@ If applicable, add logs/screenshots to give more information about the issue. - Dart: [e.g., 1.24.3] **Additional context** -Add any other context about the problem here. \ No newline at end of file +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bcaf1d9..990212e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request -about: Suggest an idea for this project -title: '' +about: A new feature to be added to the project +title: 'feat: ' labels: ["enhancement"] assignees: '' @@ -17,4 +17,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. From ba41225e2e26fae00deea62ca37e955abd215ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Tue, 13 Aug 2024 14:40:28 +0200 Subject: [PATCH 2/2] Only run IPA App Store CI on workflow dispatch events --- .github/workflows/build_IPA_app_store.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_IPA_app_store.yml b/.github/workflows/build_IPA_app_store.yml index 9d6d05c..a497a79 100644 --- a/.github/workflows/build_IPA_app_store.yml +++ b/.github/workflows/build_IPA_app_store.yml @@ -1,9 +1,6 @@ name: Build IPA for App Store on: - pull_request: - branches: - - "*" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: