Skip to content

fix(ci): repin release-please reusable workflow to reachable SHA #22

fix(ci): repin release-please reusable workflow to reachable SHA

fix(ci): repin release-please reusable workflow to reachable SHA #22

Workflow file for this run

name: PR Lint
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
permissions:
contents: read
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}