Skip to content

blurbs on highlight and inlinehilite extensions #45

blurbs on highlight and inlinehilite extensions

blurbs on highlight and inlinehilite extensions #45

Workflow file for this run

name: Dependabot Pull Request
on: pull_request
jobs:
dependabot:
permissions:
pull-requests: read
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'ntno/mkdocs-terminal'
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2
with:
alert-lookup: true
compat-lookup: true
github-token: "${{ secrets.GH_PAT_DEPENDABOT }}"