Conversation
I trusted that Claude would give me a correct workflow. I guess I could have seen this issue if I had thought about it harder -- or more likely, if I had looked at how other repos have this set up. The Claude action doesn't check out the repo. We need to do this ourselves, first. Oh well. Second try. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
Artifacts: |
I am actually surprised that it has to - it'll need way more context than just the current state, like the previous state, comments, ..., so checking out isn't giving it nowhere near the context it needs. |
|
I honestly don't know. I'm running out of "hacking time" here... so I may give this one a pause. Let's see if the last attempt worked... after this I'll switch to a test repo and try it there without all the unintended side effects of this "production repo" |
|
hmm... this may be an issue that my personal Claude account cannot be used with an org repo. |
In order to save time when working on 'explorative' CICD changes, feel free to push directly into |
I trusted that Claude would give me a correct workflow. I guess I could have seen this issue if I had thought about it harder -- or more likely, if I had looked at how other repos have this set up.
The Claude action doesn't check out the repo. We need to do this ourselves, first.
Oh well. Second try.
Describe the pull request:
Mentions:
I'll just merge it, I guess.