Fix the design of the ESTIMATED SYMBOL (U+212E
) to match its spec; Refine design of POWER SYMBOL (U+23FB
) and HEAVY CHECK MARK (U+2714
)
#14
Workflow file for this run
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: Make sure new PRs are sent to dev branch | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
check-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Vankka/pr-target-branch-action@v2 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
target: "main prerelease" | |
exclude: "dev prerelease" | |
comment: | | |
Your PR was set to target `main` or `prerelease`. | |
PRs should be target `dev` instead. |