This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Hyperledger Bevel 2023 Q4 report #181
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
workflow_dispatch: | |
jobs: | |
labeler: | |
name: Label PRs | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
issues: write | |
steps: | |
- name: Labeler | |
uses: actions/labeler@v4 | |
env: | |
TOC_ISSUES: "${{ secrets.TOC_ISSUES }}" | |
with: | |
configuration-path: .github/labeler.yaml | |
repo-token: "${{ secrets.TOC_ISSUES }}" |