Adding git-auto-commit-action will put my status check in pending state #267
Unanswered
alexboulay
asked this question in
Help
Replies: 1 comment
-
Hi there The "pending state" happens, as commits triggered by git-auto-commit – by default – don't trigger other workflows. This can be solved by creating a new personal access token (PAT) and pass it to the See also previous issue where the same issue was reported: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
What I am trying to do:
The workflow as described almost works. However, I am having trouble when adding git-auto-commit.
If
git-auto-commit
is inside my job and commits the result of my deployment, the checks will stay inExpected — Waiting for status to be reported
state and I won't be able to merge the PR, even though the job has been successful.How can I have this kind of workflow working with git-auto-commit?
Thank you :)
This is my yml file if that helps:
Beta Was this translation helpful? Give feedback.
All reactions