Skip to content

fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.13.0 #2452

fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.13.0

fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.13.0 #2452

Workflow file for this run

---
name: PR Linter
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}