From d88ba0ddb98d8d5d7e7f1306b801527ca1f30a97 Mon Sep 17 00:00:00 2001 From: Fadi George Date: Mon, 12 May 2025 11:09:07 -0700 Subject: [PATCH] allow any issue to the project --- .github/ISSUE_TEMPLATE/ask-question.yml | 7 +++---- .github/ISSUE_TEMPLATE/general-feedback.yml | 5 ++--- .github/workflows/project.yml | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-question.yml b/.github/ISSUE_TEMPLATE/ask-question.yml index f5ad8501..1dcef951 100644 --- a/.github/ISSUE_TEMPLATE/ask-question.yml +++ b/.github/ISSUE_TEMPLATE/ask-question.yml @@ -1,9 +1,8 @@ name: 🙋‍♂️ Ask a question description: Tell us what's on your mind -title: '[question]: ' -labels: ['question'] -# assignees: -# - OneSignal/ios-sdk +title: '[Question]: ' +labels: ['Question'] + body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/general-feedback.yml b/.github/ISSUE_TEMPLATE/general-feedback.yml index 0776fab6..7501b80f 100644 --- a/.github/ISSUE_TEMPLATE/general-feedback.yml +++ b/.github/ISSUE_TEMPLATE/general-feedback.yml @@ -1,9 +1,8 @@ name: 📣 General feedback description: Tell us what's on your mind title: '[Feedback]: ' -labels: ['triage'] -# assignees: -# - OneSignal/ios-sdk +labels: ['Feedback'] + body: - type: markdown attributes: diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 7b220568..cef4e785 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -14,4 +14,3 @@ jobs: # SDK Cross-Platform Project project-url: https://github.com/orgs/OneSignal/projects/10 github-token: ${{ secrets.GH_PROJECTS_TOKEN }} - labeled: Bug