docs: restructure semantic catalog documentation #937
Workflow file for this run
This file contains hidden or 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: Merge Gatekeeper | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
merge-gatekeeper: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
statuses: read | |
steps: | |
- name: Run Merge Gatekeeper | |
uses: upsidr/merge-gatekeeper@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
timeout: 900 # Bumping from 10m by default to 15m. | |