Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 62 | ⚡ Triggered By fuelviews/github-w…
Browse files Browse the repository at this point in the history
…orkflow-sync
  • Loading branch information
Workflow Sync Bot committed Oct 7, 2024
1 parent 5f58e14 commit 4887d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [closed]
branches:
- main

pull_request_target:
types: [closed]
branches:
Expand All @@ -18,11 +19,11 @@ jobs:
dependabot:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'dependabot' }}

steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dependabot metadata
id: metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-ai-pr-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
if: github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]' || github.actor != 'dependabot'
steps:
- uses: platisd/openai-pr-description@master
with:
Expand Down

0 comments on commit 4887d62

Please sign in to comment.