Implement test-only background color support for Compose UI spacer (#… #1836
This file contains 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: todo | |
on: | |
push: | |
branches: | |
- trunk | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: alstr/todo-to-issue-action@v5 | |
id: todo | |
with: | |
TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
AUTO_P: false |