Skip to content

feat(go): update module github.com/stretchr/testify (v1.11.1 → v1.12.0) - autoclosed #58

feat(go): update module github.com/stretchr/testify (v1.11.1 → v1.12.0) - autoclosed

feat(go): update module github.com/stretchr/testify (v1.11.1 → v1.12.0) - autoclosed #58

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
on:
# zizmor: ignore[dangerous-triggers]
pull_request_target:
permissions:
contents: read
jobs:
labeler:
name: Labeler
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Generate Token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
client-id: ${{ secrets.BOT_CLIENT_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
permission-pull-requests: write
- name: Labeler
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: ${{ steps.app-token.outputs.token }}
configuration-path: .github/labeler.yaml