This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
bump(deps): update actions/upload-artifact action to v3.2.1 #531
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: Governance | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
statuses: write | |
checks: write | |
jobs: | |
main: | |
name: Governance Labeler | |
runs-on: ubuntu-latest | |
steps: | |
- uses: fuxingloh/multi-labeler@6704db0bcba106d07482efabbc79d3092af74fa2 # v2.0.3 | |
with: | |
config-path: .github/labeler.yml |