File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- name : Bug report
2+ name : π Bug Report
33about : Create a report to help us improve
44title : " "
55labels : " "
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : π€ Feature Requests & Questions
4+ url : https://github.com/TanStack/db/discussions
5+ about : Please ask and answer questions here.
6+ - name : π¬ Community Chat
7+ url : https://discord.gg/mQd7egN
8+ about : A dedicated discord server hosted by TanStack
9+ - name : π¦ TanStack Bluesky
10+ url : https://bsky.app/profile/tanstack.com
11+ about : Stay up to date with new releases of our libraries
File renamed without changes.
Original file line number Diff line number Diff line change 3131 - name : Run Tests
3232 run : pnpm run lint && pnpm run build && pnpm run test
3333 - name : Run Changesets (version or publish)
34+ id : changesets
3435 uses : changesets/action@v1.5.3
3536 with :
3637 version : pnpm run changeset:version
4041 env :
4142 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4243 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
44+ - name : Comment on PRs about release
45+ if : steps.changesets.outputs.published == 'true'
46+ uses : tanstack/config/.github/comment-on-release@main
47+ with :
48+ published-packages : ${{ steps.changesets.outputs.publishedPackages }}
You canβt perform that action at this time.
0 commit comments