We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ec9c commit 9d9faf5Copy full SHA for 9d9faf5
.github/workflows/todo.yml
@@ -85,6 +85,7 @@ jobs:
85
git config --global user.name "github-actions[bot]"
86
git config --global user.email "github-actions[bot]@users.noreply.github.com"
87
git add TODO_REPORT.md CHANGELOG.md
88
+ git add .
89
git diff --cached --quiet && echo "No changes to commit." || git commit -m "chore(report): update TODO report and changelog [skip ci]"
90
git pull --rebase origin main
91
git push
0 commit comments