mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
github: Skip dependabot for AI Watchdog workflow
This commit is contained in:
@@ -13,8 +13,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
||||||
- name: AI Watchdog
|
- name: AI Watchdog
|
||||||
uses: bep/ai-watchdog@a775a75362de86cce1182e54db207cf2c68cb34b # temporary fork (probably)
|
uses: bep/ai-watchdog@995475dd81767f8035dc2c943e9230918d06caca # temporary fork (probably)
|
||||||
with:
|
with:
|
||||||
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
|
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
|
||||||
pr-label: AI Suspect
|
pr-label: AI Suspect
|
||||||
fail-when-confident: false
|
fail-when-confident: false
|
||||||
|
# CSV list.
|
||||||
|
pr-user-logins-skip: dependabot
|
||||||
|
|||||||
Reference in New Issue
Block a user