Skip to content

feat(github-release): update pre-commit hook zricethezav/gitleaks to v8.22.1 #720

feat(github-release): update pre-commit hook zricethezav/gitleaks to v8.22.1

feat(github-release): update pre-commit hook zricethezav/gitleaks to v8.22.1 #720

Workflow file for this run

---
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
labeler:
runs-on: ubuntu-22.04
steps:
- name: Generate Token
id: generate-token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"