diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6a16dd64..7e8000cb 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/ios-sdk +labels: ["Bug"] + body: - type: markdown attributes: diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml new file mode 100644 index 00000000..217818bf --- /dev/null +++ b/.github/workflows/project.yml @@ -0,0 +1,18 @@ +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