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 1424cbe commit f69196aCopy full SHA for f69196a
.github/workflows/todo.yml
@@ -86,5 +86,6 @@ jobs:
86
git config --global user.email "github-actions[bot]@users.noreply.github.com"
87
git add TODO_REPORT.md CHANGELOG.md
88
git diff --cached --quiet && echo "No changes to commit." || git commit -m "chore(report): update TODO report and changelog [skip ci]"
89
+ git pull --rebase origin main
90
git push
91
0 commit comments