We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63474ed commit 494b474Copy full SHA for 494b474
1 file changed
.github/workflows/pr-labels.yml
@@ -98,7 +98,7 @@ jobs:
98
mkdir -p "$output_dir"
99
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
100
- name: Run Codex labeling
101
- if: ${{ github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true' }}
+ if: ${{ (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') && github.actor != 'dependabot[bot]' }}
102
uses: openai/codex-action@f5c0ca71642badb34c1e66321d8d85685a0fa3dc
103
with:
104
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
0 commit comments