Skip to content

Remove the Deno hook #10

Remove the Deno hook

Remove the Deno hook #10

Workflow file for this run

name: 🥽 Pull Request Check
on:
pull_request:
types:
- opened
- reopened
- edited
jobs:
Labeler:
permissions:
contents: read
pull-requests: write
runs-on: Ubuntu-Latest
steps:
- name: 🏷️ Add Labels to the Pull Request
uses: actions/labeler@v5
Branch-Check:
runs-on: Ubuntu-Latest
steps:
- name: 🚫 Base Branch is wrong
if: ${{ github.head_ref != 'dev' && github.base_ref == 'main' }}
run: echo "Base branch should be \`dev\`." && return 1