From 62184e88a5e92de88128e1418616b45d054a4bdc Mon Sep 17 00:00:00 2001 From: Fadi George Date: Mon, 12 May 2025 11:10:21 -0700 Subject: [PATCH] update project workflow --- .github/ISSUE_TEMPLATE/ask-question.yml | 7 +++---- .github/ISSUE_TEMPLATE/general-feedback.yml | 7 +++---- .github/workflows/project.yml | 1 - 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-question.yml b/.github/ISSUE_TEMPLATE/ask-question.yml index fb63712dc..ce4359a56 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: ["triage"] -# assignees: -# - onesignal/unity +labels: ["Question"] + body: - type: markdown attributes: @@ -24,4 +23,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/general-feedback.yml b/.github/ISSUE_TEMPLATE/general-feedback.yml index ac3c301d5..ee0ead577 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: "[General]: " -labels: ["triage"] -# assignees: -# - onesignal/unity +labels: ["Feedback"] + body: - type: markdown attributes: @@ -24,4 +23,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://onesignal.com/code-of-conduct) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 7b2205680..cef4e7857 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