feat: add many new Wicket components #256
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
on: pull_request | |
name: Prevent merging fixup commits | |
permissions: | |
pull-requests: read | |
jobs: | |
message-check: | |
name: Require "git rebase --autosquash" of "fixup!" commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Block Autosquash Commits | |
uses: xt0rted/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |