localstack/localstack

View on GitHub
.github/workflows/sync-project.yml

Summary

Maintainability
Test Coverage
name: Sync Project Cards

on:
  issues:
    types:
    - labeled
    - unlabeled
    - opened

jobs:
  sync-with-project:
    uses: localstack/meta/.github/workflows/sync-project.yml@main
    secrets:
      github-token: ${{ secrets.PRO_ACCESS_TOKEN }}