Skip to content

Hyperledger Indy Quarterly Report -- 2024 Q2 #10

Hyperledger Indy Quarterly Report -- 2024 Q2

Hyperledger Indy Quarterly Report -- 2024 Q2 #10

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"