Skip to content

Commit

Permalink
Merge branch 'master' into version-bump-112116018681
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Oct 7, 2024
2 parents 14e879c + c79bf16 commit cae9629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ queue_rules:
pull_request_rules:
- name: automatic merge for Scala Steward
conditions:
- author=tna-digital-archiving-jenkins
- author=tna-da-bot
- "check-success=test"
- "check-success=security/snyk (nationalarchives)"
- or:
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
git config --global user.email [email protected]
git config --global user.name tna-digital-archiving-jenkins
git config --global [email protected]
git config --global user.name tna-da-bot
git checkout -b $BRANCH_NAME
git push -u origin $BRANCH_NAME
mkdir -p src/main/resources
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ scmInfo := Some(

developers := List(
Developer(
id = "tna-digital-archiving-jenkins",
id = "tna-da-bot",
name = "TNA Digital Archiving",
email = "digitalpreservation@nationalarchives.gov.uk",
email = "s-GitHubDABot@nationalarchives.gov.uk",
url = url("https://github.com/nationalarchives/tdr-generated-grapqhl")
)
)
Expand Down

0 comments on commit cae9629

Please sign in to comment.