Skip to content

Sync Open PRs to Linear #19

Sync Open PRs to Linear

Sync Open PRs to Linear #19

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@235fbe2ab5eff9198d18f0b4608eb0b8ddc52ede
with:
linear-api-key: ${{ secrets.LINEAR_API_KEY }}
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}
github-token: ${{ github.token }}