mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Update README.md
This commit is contained in:
parent
6a791fdf4e
commit
b380120404
@ -234,9 +234,13 @@ jobs:
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
- name: Commit and Push Changes
|
||||
run: |
|
||||
git add .
|
||||
git add -A
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git commit -m "Automatically added GitHub issue links to TODOs"
|
||||
git push origin main
|
||||
else
|
||||
echo "No changes to commit"
|
||||
fi
|
||||
```
|
||||
|
||||
You will probably also want to use the setting `CLOSE_ISSUES: "true"`, to allow issues to be closed when a TODO is
|
||||
|
||||
Loading…
Reference in New Issue
Block a user