Skip to content

bump(deps): update actions/checkout action to v4.1.7 (#325) #6

bump(deps): update actions/checkout action to v4.1.7 (#325)

bump(deps): update actions/checkout action to v4.1.7 (#325) #6

name: OSS Governance
on:
push:
branches: [main]
paths: [.github/labels.yml, .github/workflows/oss-governance-labels.yml]
permissions:
contents: read
issues: write
jobs:
main:
name: Governance Labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # tag=v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}