Skip to content

Commit

Permalink
Maybe we need to configure git user idk
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Jan 10, 2025
1 parent f130eb3 commit 1af7929
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/updated_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: e2e-test-results
path: cypress/downloads/*

create-pull-request-for-updated-examples:
update-query-tool-results:
runs-on: ubuntu-latest
needs: generate-example-files
steps:
Expand All @@ -69,13 +69,19 @@ jobs:
name: e2e-test-results
path: neurobagel_examples/query-tool-results

- name: Set up git user
run: |
git config --global user.name "Neurobagel Bot"
git config --global user.email "neurobagel-bot[bot]@users.noreply.github.com"
- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v5
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: Update `query-tool-results` files
title: Update `query-tool-results` files
body: "This PR updates the `query-tool-results` files with the latest changes."
base: main
branch: update-query-tool-results
branch: update-query-tool-results
labels: _bot

0 comments on commit 1af7929

Please sign in to comment.