-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
Description
(Have a fix for this, creating tracking issue here)
When running a workflow using safe output push-to-pull-request-branch running from a schedule dispatch I'm seeing
-
No activation comment is pushed (that's OK, it's a schedule trigger not a pull request comment trigger)
-
But then no comment is pushed as part of the actual apply of the safe output
I see this in the log
/usr/bin/git am /tmp/gh-aw/aw-repo-assist-add-mapasyncunorderedparallelthrottled-001ed43df569b4c9.patch
Applying: Add tests for AsyncSeq.mapAsyncUnorderedParallelThrottled
Patch applied successfully
/usr/bin/git push origin repo-assist/add-mapasyncunorderedparallelthrottled-001ed43df569b4c9
To https://github.com/fsprojects/FSharp.Control.AsyncSeq.git
4028f38..41b061a repo-assist/add-mapasyncunorderedparallelthrottled-001ed43df569b4c9 -> repo-assist/add-mapasyncunorderedparallelthrottled-001ed43df569b4c9
Changes committed and pushed to branch: repo-assist/add-mapasyncunorderedparallelthrottled-001ed43df569b4c9
/usr/bin/git rev-parse HEAD
41b061a0abc1c574c8ca4344bb69961efee7b45c
No activation comment to update (GH_AW_COMMENT_ID not set)
✓ Message 1 (push_to_pull_request_branch) completed successfully
The "No activation comment to update (GH_AW_COMMENT_ID not set)" seems to indicate that adding a comment was skipped entirely because there was no activation comment
PR being update is here:
Reactions are currently unavailable