[CI] [2023.1] Updated editor to 5b5d7e3384b54e348447e3e9b1fedf6a7e3913c5 #6806
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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! |