Closed MSevey closed 5 months ago
The workflow configuration in the GitHub repository has been modified to trigger on the pull_request
event instead of the pull_request_target
event. This change alters when the workflow will be executed, switching from a scenario where the target pull request is the event trigger to one where the source pull request is the trigger.
Files | Change Summary |
---|---|
.github/workflows/preview.yml | Workflow trigger event changed from pull_request_target to pull_request |
A workflow once bound by another's call,
Now listens closely in the pull request hall.
Triggered by source, a change of heart,
Withpull_request
, it takes its start.
Through branches and merges, it dances anew,
Streamlined and ready, a change ringing true. 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR Preview Action v1.4.7
:---:
:rocket: Deployed preview to https://rollkit.github.io/docs-preview/./pr-395/
on branch main
at 2024-06-14 16:41 UTC
Reverts rollkit/docs#393
Added comment for future reference. You can also see that the CI now passes again
Summary by CodeRabbit
pull_request_target
topull_request
to improve the timing of workflow executions.