mirror of
https://github.com/apache/superset.git
synced 2026-06-02 22:29:26 +00:00
Signed-off-by: hainenber <dotronghai96@gmail.com> Co-authored-by: Evan Rusackas <evan@preset.io>
22 lines
545 B
YAML
22 lines
545 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
labeler:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
|
|
with:
|
|
sync-labels: true
|
|
|
|
# TODO: run scripts based on labels!
|
|
# - id: run-translation-scripts
|
|
# if: contains(steps.label-the-PR.outputs.all-labels, 'i18n')
|
|
# run: |
|
|
# echo "Running translation scripts"
|
|
# # Generate .pot -> .po -> .json files
|