Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

bump(deps): update actions/checkout action to v4.1.0 (#135) #6

bump(deps): update actions/checkout action to v4.1.0 (#135)

bump(deps): update actions/checkout action to v4.1.0 (#135) #6

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