-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Updated update_examples workflow
to run on pull_request_target
event
#460
Conversation
Reviewer's Guide by SourceryThis pull request modifies the trigger event for the Sequence diagram showing the updated PR workflow triggersequenceDiagram
participant Fork as Fork Repository
participant Base as Base Repository
participant Actions as GitHub Actions
Fork->>Base: Create Pull Request
Base->>Actions: Trigger pull_request_target event
Note over Actions: Run update_examples workflow
Note over Actions: Execute with base repo context
Actions-->>Base: Update examples
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
update_examples workflow
to run on pull_request_target
eventupdate_examples workflow
to run on pull_request_target
event
✅ Deploy Preview for neurobagel-query ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rmanaem, looks good
🧑🍳
🚀 PR was released in |
update_examples
workflow to run onpull_request_target
#459Changes proposed in this pull request:
NOTE: If this pull request is to be released, the release label must be applied once the review process is done to avoid the local and remote from going out of sync as a consequence of the
bump version
workflow runChecklist
This section is for the PR reviewer
[ENH]
,[FIX]
,[REF]
,[TST]
,[CI]
,[MNT]
,[INF]
,[MODEL]
,[DOC]
) (see our Contributing Guidelines for more info)skip-release
(to be applied by maintainers only)Closes #XXXX
query-tool-results
files in the neurobagel_examples repo have been regeneratedFor new features:
For bug fixes:
Summary by Sourcery
CI:
pull_request_target
events instead ofpull_request
events.