mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +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"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git add -A
|
||||||
|
if [[ `git status --porcelain` ]]; then
|
||||||
git commit -m "Automatically added GitHub issue links to TODOs"
|
git commit -m "Automatically added GitHub issue links to TODOs"
|
||||||
git push origin main
|
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
|
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