From 2a545515b778daced549727db1aa01293efbb80f Mon Sep 17 00:00:00 2001 From: Fadi George Date: Fri, 9 May 2025 15:28:42 -0700 Subject: [PATCH] add projects workflow --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++--- .github/workflows/project.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/project.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index aa69f9133..7a741c251 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,9 +1,8 @@ name: 🪳 Bug report description: File a bug report title: "[Bug]: " -labels: ["bug", "triage"] -# assignees: -# - onesignal/unity +labels: ["Bug"] + body: - type: markdown attributes: diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 000000000..7b2205680 --- /dev/null +++ b/.github/workflows/project.yml @@ -0,0 +1,17 @@ +name: Add issues to project +on: + issues: + types: + - opened + +jobs: + add-to-project: + runs-on: ubuntu-latest + steps: + - name: Add issue to project + uses: actions/add-to-project@v1.0.2 + with: + # SDK Cross-Platform Project + project-url: https://github.com/orgs/OneSignal/projects/10 + github-token: ${{ secrets.GH_PROJECTS_TOKEN }} + labeled: Bug