feat: add /roadmap skill with TODOS.md/ROADMAP.md split (v0.7.0) (#20) #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync VERSION to gist | |
| on: | |
| push: | |
| branches: [main] | |
| paths: [VERSION] | |
| concurrency: | |
| group: version-sync | |
| cancel-in-progress: true | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Update gist | |
| env: | |
| GH_TOKEN: ${{ secrets.GIST_TOKEN }} | |
| run: gh gist edit 511b8a4861f7b4df3a7fedd42911c701 -f gstack-extend_VERSION.md VERSION |