Skip to content

Bump bobg/modver from 2.10.0 to 2.10.1 #11

Bump bobg/modver from 2.10.0 to 2.10.1

Bump bobg/modver from 2.10.0 to 2.10.1 #11

Workflow file for this run

name: modver
on:
pull_request:
permissions:
contents: read # This gets granted by default, so keep granting it.
packages: read # This gets granted by default, so keep granting it.
pull-requests: write # Needed to comment on the PR.
jobs:
modver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: bobg/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_url: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}