From f990bd0ed13ca1e41d474ae0bff84ea053b3bd65 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 27 Jun 2022 20:56:36 +0200 Subject: [PATCH] Add Note about .gitignore --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ec3340..9f69ffc 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,10 @@ If you create a personal access token, apply the `repo` and `workflow` scopes. If you work in an organization and don't want to create a PAT from your personal account, we recommend using a [robot account](https://docs.github.com/en/github/getting-started-with-github/types-of-github-accounts) for the token. +### Change to file is not detected + +Does your workflow change a file but "git-auto-commit" does not detect the change? Check the `.gitignore` that applies to the respective file. You might have accidentally marked the file to be ignored by git. + ## Advanced Uses