8000 👷 Add new GitHub Action to update contributors, translators, and translation reviewers by tiangolo · Pull Request #13136 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
👷 Update GitHub action
  • Loading branch information
tiangolo committed Jan 1, 2025
commit 343d0e62210123d10af77b35bd9f047908c1fe8c
7 changes: 5 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ on:
workflow_dispatch:
inputs:
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
required: false
default: 'false'
default: "false"
# TODO: fix this
pull_request:

env:
UV_SYSTEM_PYTHON: 1

jobs:
job:
if: github.repository_owner == 'fastapi'
Expand Down
Loading
0