Skip to content

Commit 494b474

Browse files
committed
ci: fix dependabot errors
1 parent 63474ed commit 494b474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
mkdir -p "$output_dir"
9999
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
100100
- name: Run Codex labeling
101-
if: ${{ github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true' }}
101+
if: ${{ (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') && github.actor != 'dependabot[bot]' }}
102102
uses: openai/codex-action@f5c0ca71642badb34c1e66321d8d85685a0fa3dc
103103
with:
104104
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}

0 commit comments

Comments
 (0)