-
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
🔄 synced file(s) with neurobagel/workflows #407
Conversation
Reviewer's Guide by SourceryThis PR synchronizes configuration files with the neurobagel/workflows repository. The main changes involve removing the commit SHA fetching and package.json version update steps from the Docker nightly build workflow. Sequence diagram for Docker nightly build workflowsequenceDiagram
participant GitHubActions as GitHub Actions
participant DockerHub as Docker Hub
participant Repo as Repository
GitHubActions->>Repo: Checkout code
GitHubActions->>DockerHub: Login to Docker Hub
Note over GitHubActions: Removed steps:
GitHubActions--xRepo: Fetch latest commit SHA
GitHubActions--xRepo: Update package.json version
GitHubActions->>DockerHub: Build and push Docker image
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for neurobagel-query ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@rmanaem this PR is trying to undo all our nice GH workflow changes again. I guess we need to take the query tool out of our synced docker nightly build flow |
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.
don't undo the docker nightly changes
We will
|
5410837
to
cf07c2b
Compare
@surchs, it looks like the bot was clever enough to update this PR after neurobagel/workflows#121 so it's no longer trying to modify the nightly Docker workflow 👍 Want to take another look & approve/merge if all looks good? |
synced local file(s) with neurobagel/workflows.
Changed files
.autorc
with remotetemplate_configs/.autorc
This PR was created automatically by the repo-file-sync-action workflow run #12644813733