Skip to content

Commit

Permalink
Merge branch 'master' into scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hallett authored Oct 22, 2024
2 parents e146beb + 87a87d4 commit 12e4265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 / test"
- "check-success=security/snyk (nationalarchives)"
- or:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
continue-on-error: true
- if: steps.check-diff.outcome != 'success'
run: |
git config --global user.email [email protected]
git config --global user.name tna-digital-archiving-jenkins
git config --global user.email [email protected]
git config --global user.name tna-da-bot
git checkout -b $BRANCH_NAME
git add -A
git commit -m "Droid version bump"
Expand Down

0 comments on commit 12e4265

Please sign in to comment.