We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e872e6 commit 29ad4daCopy full SHA for 29ad4da
‎.github/workflows/open-ai-pr-description.yml
@@ -14,7 +14,8 @@ permissions:
14
jobs:
15
openai-pr-description:
16
runs-on: ubuntu-22.04
17
- if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'dependabot' }}
+ # Run the job only if the actor is NOT Dependabot
18
+ if: ${{ !startsWith(github.actor, 'dependabot') }
19
steps:
20
- uses: platisd/openai-pr-description@master
21
with:
0 commit comments