This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
bump(deps): update rust crate serde to 1.0.186 #1696
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: OSS Governance | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
statuses: write | |
checks: write | |
jobs: | |
Labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fuxingloh/multi-labeler@f5bd7323b53b0833c1e4ed8d7b797ae995ef75b4 # v2.0.1 | |
with: | |
github-token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }} | |
config-path: .github/labeler.yml |