Skip to content

Commit

Permalink
ci: Updated auto-merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Apr 20, 2024
1 parent 0ad046d commit 630c927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.repository_owner == 'tryAGI' }}
if: ${{ (github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]') && github.repository_owner == 'tryAGI' }}
steps:
- name: Dependabot metadata
if: ${{ github.actor == 'dependabot[bot]' }}
id: metadata
uses: dependabot/fetch-metadata@0fb21704c18a42ce5aa8d720ea4b912f5e6babef
with:
Expand Down
2 changes: 1 addition & 1 deletion LangChain.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\github-releases-to-discord.yml = .github\workflows\github-releases-to-discord.yml
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
.github\workflows\dependabot-approve-and-automerge.yml = .github\workflows\dependabot-approve-and-automerge.yml
.github\workflows\open-router.yml = .github\workflows\open-router.yml
.github\workflows\automerge.yml = .github\workflows\automerge.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Providers", "Providers", "{E2B9833C-0397-4FAF-A3A8-116E58749750}"
Expand Down

0 comments on commit 630c927

Please sign in to comment.