Skip to content

Sync Open PRs to Linear #53

Sync Open PRs to Linear

Sync Open PRs to Linear #53

name: Sync Open PRs to Linear
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
permissions:
contents: none
jobs:
sync:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
pull-requests: write
issues: write
steps:
- uses: resend/public-shared-workflows/.github/actions/sync_prs_to_linear@9dd949340245057c074a4c0c96d9d7a7df22b655
with:
linear-api-key: ${{ secrets.LINEAR_API_KEY }}
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}
github-token: ${{ github.token }}