Skip to content

[CI] [trunk] Updated editor to d1f4e437b6f0cc3d58ee3eb64584f386104693a3 #6789

[CI] [trunk] Updated editor to d1f4e437b6f0cc3d58ee3eb64584f386104693a3

[CI] [trunk] Updated editor to d1f4e437b6f0cc3d58ee3eb64584f386104693a3 #6789

Workflow file for this run

# name: Draft reminder
# on:
# pull_request:
# types: [opened]
# jobs:
# draft_reminder:
# runs-on: ubuntu-latest
# if: github.event.pull_request.draft == false && github.event.pull_request.ready_for_review == false
# steps:
# - uses: thollander/[email protected]
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# message: |
# It appears that you made a non-draft PR!
# Please convert your PR to draft (button on the right side of the page).
# See the PR template for more information.
# Thank you!