Skip to content

chore: update .github/workflows/github.repo.yaml via Terraform #1

chore: update .github/workflows/github.repo.yaml via Terraform

chore: update .github/workflows/github.repo.yaml via Terraform #1

Workflow file for this run

name: GitHub - Repository
on:
push:
branches:
- main
paths:
- .github/labels.yaml
- .github/workflows/github.repo.yaml
pull_request:
paths:
- .github/labels.yaml
- .github/workflows/github.repo.yaml
workflow_dispatch: {}
jobs:
sync-labels:
name: Sync Labels
uses: tedilabs/github-actions/.github/workflows/github.repo.sync-labels.yaml@main
permissions:
contents: read
issues: write
with:
config_file: .github/labels.yaml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}